async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

Add config for allowDuplicateContentLengths

Open dgolombek opened this issue 2 years ago • 1 comments

Allow users to configure HttpClientCodec's parseHttpAfterConnectRequest and allowDuplicateContentLengths flags.

Fixes #1889

dgolombek avatar Jun 23 '23 18:06 dgolombek

PTAL at test cases

Error:  Failures: 
Error:    PerRequestRelative302Test.redirected302Test:86 expected: <403> but was: <200>
Error:    PerRequestRelative302Test.runAllSequentiallyBecauseNotThreadSafe:73->redirected302Test:86 expected: <403> but was: <200>

hyperxpro avatar Jun 26 '23 10:06 hyperxpro