The Trunk: Network-cmm.156.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Network-cmm.156.mcz

commits-2
Chris Muller uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-cmm.156.mcz

==================== Summary ====================

Name: Network-cmm.156
Author: cmm
Time: 14 November 2014, 3:45:08.102 pm
UUID: 70c09308-237a-4764-9385-f4d23c303e40
Ancestors: Network-ul.155, Network-cmm.151

Merge cmm.151.

=============== Diff against Network-ul.155 ===============

Item was changed:
  ----- Method: SocketStream>>close (in category 'control') -----
  close
  "Flush any data still not sent
  and take care of the socket."
 
  self flush.
+ socket closeAndDestroy: 30.
+ "Reclaim memory consumed by possibly very large buffers."
+ self resetBuffers!
- socket closeAndDestroy: 30!