You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: