yvrng opened a new pull request, #1819: URL: https://github.com/apache/cxf/pull/1819
I use a custom feature to retry a client request if it fails. Unfortunately, on each attempt, the `Content-Encoding` header is modified to add `gzip`, giving `Content-Encoding: gzip,gzip` on the 2nd attempt. I've added a small check before adding the value to the header, to make sure it's not already defined with the expected value. -- 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: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org