Derk-Jan Karrenbeld
11/02/2018, 12:56 AMif (var17 != null && var17.equalsIgnoreCase("chunked")) {
this.serverInput = new ChunkedInputStream(this.serverInput, this, var1);
if (this.keepAliveConnections <= 1) {
this.keepAliveConnections = 1;
this.keepingAlive = false;
} else {
this.keepingAlive = !this.disableKeepAlive;
}
this.failedOnce = false;
} else ...