synopse / mORMot

Synopse mORMot 1 ORM/SOA/MVC framework - Please upgrade to mORMot 2 !
https://synopse.info
789 stars 325 forks source link

Socket based server don't handle compressed chunked encoding #335

Closed pavelmash closed 3 years ago

pavelmash commented 4 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..

synopse commented 4 years ago

I guess it is linked to #332 - at least both could be implemented together.

synopse commented 3 years ago

I will close it until we really need this feature. And in mORMot 2 I guess.