ok2c commented on PR #390:
URL: 
https://github.com/apache/httpcomponents-core/pull/390#issuecomment-1430290363

   @arturobernalg One more thing. The javadocs say
   ```
    The Forwarded header is added to the request by calling the 
`HttpRequest.addHeader` method. If a
    Forwarded header already exists in the request, the new key-value pairs are 
appended to the
    existing header.
    ```
   but this is not what the implementation currently does and I think it did 
not do that before, either. Is the interceptor meant to preserve the list of 
previous hops in the forwarded chain or it is meant to build the initial list 
consisting of the first hop only? Please clarify.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to