Updated default maxIdleTime for SPDYClient to -1, so that the default from the SelectorManager is used.
This commit is contained in:
parent
f41e43bce3
commit
0ea58ab1d5
|
@ -63,7 +63,7 @@ public class SPDYClient
|
|||
private final short version;
|
||||
private final Factory factory;
|
||||
private SocketAddress bindAddress;
|
||||
private long maxIdleTime;
|
||||
private long maxIdleTime = -1;
|
||||
|
||||
protected SPDYClient(short version, Factory factory)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue