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

request with a large gzip body, response is BAD_REQUEST #104

Closed
mockersf opened this issue Mar 6, 2018 · 1 comment
Closed

request with a large gzip body, response is BAD_REQUEST #104

mockersf opened this issue Mar 6, 2018 · 1 comment

Comments

@mockersf
Copy link
Contributor

mockersf commented Mar 6, 2018

when posting a request with a large gzipped body, the response is always BAD_REQUEST

I added a test in tests/test_server.rs: test_gzip_encoding_large_random in #102
with a random string of 6000 characters, the response is an error (5000 random chars is OK, 6000 same chars is OK)

fafhrd91 added a commit that referenced this issue Mar 6, 2018
@fafhrd91
Copy link
Member

fafhrd91 commented Mar 6, 2018

thanks!

should be fixed in master

@fafhrd91 fafhrd91 closed this as completed Mar 6, 2018
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