From: Gustaf N. <ne...@wu...> - 2015-07-29 12:55:37
|
Am 29.07.15 um 13:44 schrieb David Osborne: > I found a commit for aolserver which makes the change to ns_http which > I think I am looking for which treats the data referenced by bodyPtr > as a byte array when appending it to the request in httpPtr->ds.... > Would there be any consequences of storing a bytearray inside this > dynamic string as happens in aolserver? hi david, i've commit a change that handles binary data different form non-binary data, as used on several places in NaviServer. With this change, the problem should be solved. all the best -g |