[squeak-dev] The Trunk: Network-cmm.156.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Nov 14 21:45:30 UTC 2014


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!



More information about the Squeak-dev mailing list