- Notifications
You must be signed in to change notification settings - Fork1.6k
Open
Description
We're using AsyncHttpClient to proxy requests, some of which contain multiple Content-Length flags, and for a few different reasons we don't want to remove the duplicates. Currently AHC doesn't allow configuration of that flag, nor is there any easy way to replace the ChannelManager with our own that does what we need. This will require two configuration variables in AHC, since HttpClientCodec doesn't have a builder interface so we'll need to set bothparseHttpAfterConnectRequest andallowDuplicateContentLengths (both with defaults of false). I'll submit a PR to implement this.
Metadata
Metadata
Assignees
Labels
No labels