Skip to content

Commit

Permalink
#96 If server times out, send 504 to client
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Oct 8, 2013
1 parent 10faf9d commit 08b3ad0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ private void initChannelPipeline(ChannelPipeline pipeline) {
pipeline.addLast(
"idle",
new IdleStateHandler(0, 0, proxyServer
.getIdleConnectionTimeout() + 2));
.getIdleConnectionTimeout()));

pipeline.addLast("handler", this);
}
Expand Down

0 comments on commit 08b3ad0

Please sign in to comment.