Skip to content

Commit

Permalink
Update ProxyServer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshvaryani committed Jul 11, 2024
1 parent 0f4ad3c commit e708437
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ private void setupContext(ProxyServerConfiguration config) {
connector.setPort(config.getLocalPort());
connector.setName(config.getName());
connector.setAccepting(true);
connector.setIdleTimeout(150000L);
connector.setAcceptQueueSize(1024);
this.server.addConnector(connector);

// Setup proxy handler to handle CONNECT methods
Expand Down

0 comments on commit e708437

Please sign in to comment.