Parasol icon indicating copy to clipboard operation
Parasol copied to clipboard

BPPharoPlatform>>#handleRequest: contains commented-out code to strip NULL characters from the response

Open Rinzwind opened this issue 5 years ago • 0 comments

There's some code in the method BPPharoPlatform>>#handleRequest: to strip trailing NULL characters from the response:

https://github.com/SeasideSt/Parasol/blob/c0aa4c2fb48a1627d924cad48a13205c231d3574/repository/Parasol-Pharo.package/BPPharoPlatform.class/instance/handleRequest..st#L7-L8

Either that can be removed, or it should be re-enabled again. Based on the change done in https://github.com/SeasideSt/Parasol/pull/15/commits/83ad7f2a6ed14271254fcab326c6a1845992da2f, I would say it might still be necessary.

Rinzwind avatar Oct 31 '18 15:10 Rinzwind