Nicolas Petton wrote:
Committed. I also modified the other classes that implemented #asResponse.
I suggest that you implement #next:putAll:startingAt: and #next:put:. These are important to minimize copies and garbage collections, for example in the Iconv or Zlib packages. While these are not used if you do "response nextPutAll: anEncodedStream", they are part of the expected protocol for #nextPutAllOn: ("anEncodedStream nextPutAllOn: response").
They can of course be simply forwarded to the stream. Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
