Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.

This commit is contained in:
Simone Bordet 2016-05-30 19:11:24 +02:00
commit bfeccd9e39
1 changed files with 0 additions and 7 deletions

View File

@ -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
----