Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
pavelmash opened this issue Jul 27, 2020 · 2 comments
Closed

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

pavelmash opened this issue Jul 27, 2020 · 2 comments

Comments

@pavelmash
Copy link
Sponsor Collaborator

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
Copy link
Owner

synopse commented Jul 27, 2020

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

@synopse
Copy link
Owner

synopse commented Aug 26, 2021

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

@synopse synopse closed this as completed Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants