evernat commented on Bug JENKINS-14130

The exception indicates that the HTTP client has shut down the connection without fully reading the response, which is actually quite normal.

Anyway, going beyond this normal state in this case, the org.kohsuke.stapler.compression.CompressionFilter seems to log this as warning.
There is a system property to change this as you can see here:
https://github.com/stapler/stapler/blob/master/core/src/main/java/org/kohsuke/stapler/compression/CompressionFilter.java

So, I think that if you add a system property with "-Dorg.kohsuke.stapler.compression.CompressionFilter.disabled=true" and restart Jenkins, then the exception will be thrown to the caller and not logged by this filter.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to