Closed pavelmash closed 3 years ago
In case client transfer body in compressed chunked format:
Transfer-Encoding: gzip, chunked
THttpSocket.GetHeader don't recognize neither this is chunked encoding nor chunks is compressed
We can delay this issue since for a while I have not met such requests in the real life..
I guess it is linked to #332 - at least both could be implemented together.
I will close it until we really need this feature. And in mORMot 2 I guess.
In case client transfer body in compressed chunked format:
THttpSocket.GetHeader don't recognize neither this is chunked encoding nor chunks is compressed
We can delay this issue since for a while I have not met such requests in the real life..