We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fe86b3 + dffec3e commit 525db98Copy full SHA for 525db98
okhttp/src/main/java/okhttp3/internal/http1/Http1Codec.java
@@ -74,7 +74,7 @@ public final class Http1Codec implements HttpCodec {
74
private static final int STATE_OPEN_RESPONSE_BODY = 4;
75
private static final int STATE_READING_RESPONSE_BODY = 5;
76
private static final int STATE_CLOSED = 6;
77
- private static final int HEADER_LIMIT = Integer.getInteger("okhttp.headerlimit", 256 * 1024);
+ private static final int HEADER_LIMIT = 256 * 1024;
78
79
/** The client that configures this stream. May be null for HTTPS proxy tunnels. */
80
final OkHttpClient client;
0 commit comments