Skip to content

Commit a93d327

Browse files
committed
Port fix from master.
1 parent 69dde10 commit a93d327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/providers/grizzly/GrizzlyAsyncHttpProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ private static final class ClientEncodingFilter implements EncodingFilter {
16881688
public boolean applyEncoding(HttpHeader httpPacket) {
16891689

16901690
httpPacket.addHeader(Header.AcceptEncoding, "gzip");
1691-
return true;
1691+
return false;
16921692

16931693
}
16941694

0 commit comments

Comments
 (0)