svenvc / zinc

Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.
MIT License
97 stars 57 forks source link

Fix ZnBufferedWriteStream does not support #reset #145

Closed matburnx closed 5 months ago

matburnx commented 5 months ago

Fix https://github.com/pharo-project/pharo/issues/16718 in the Pharo repo Added a reset method to ZnBufferedWriteStream Also added a test for the reset method Had to add a few commits to revert changes on how Pharo viewed the packages Duplicate of https://github.com/pharo-project/pharo/pull/16727 in the Pharo repo

svenvc commented 5 months ago

Thank you.