Simone Bordet 34fbbd5e28 Made the test case more robust.
The call to EndPoint.blockReadable() must be enclosed in a while loop, since the EndPoint
may be woken up spuriously or by write readyness, and no further bytes may be read.
2011-11-10 15:31:56 +01:00
2011-11-09 19:37:04 +11:00
2011-11-10 13:15:41 +11:00
2011-11-10 15:31:56 +01:00
2011-10-26 10:47:00 +11:00
2011-10-28 14:12:49 +11:00
2011-10-28 14:12:49 +11:00
2011-11-10 15:39:17 +11:00
2011-11-09 17:39:59 +11:00
2011-08-30 12:26:16 -07:00
2011-07-06 14:41:50 -05:00
2009-03-24 21:07:27 +00:00
2011-10-24 15:49:46 -05:00

This is a source checkout of the Jetty webserver.

To build, use:

  mvn install 
 
The jetty distribution will be built in

  jetty-distribution/target/distribution

The first build may take a long time as Maven downloads all the
dependencies.

The tests do a lot of stress testing, and on some machines it is 
necessary to set the file descriptor limit to greater than 2048
for the tests to all pass successfully. 
Description
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Readme Multiple Licenses 364 MiB
Languages
Java 98.9%
AMPL 0.4%
JavaScript 0.4%
Shell 0.1%
HTML 0.1%