Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
This commit is contained in:
commit
bfeccd9e39
|
@ -61,10 +61,3 @@ Get and Set the Idle Timeout
|
|||
----
|
||||
session.setIdleTimeout(2000); // 2 second timeout
|
||||
----
|
||||
|
||||
Get and Set the Maximum Message Size
|
||||
|
||||
[source,java]
|
||||
----
|
||||
session.setMaximumMessageSize(64*1024); // accept messages up to 64k, fail if larger
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue