eclipseembeddedfcgihttphttp-clienthttp-serverhttp2http2-pushhttp3httpsjakartaeejavajettyjsposgiservletssltlsunix-socketwebsockets
108aa247b4
The problem was stemming from the HttpSender completing the response, but the response was actually completed by HttpReceiver, resulting in the double call to onComplete(). Now HttpSender checks whether it was able to complete the response, and only in that case calls the onComplete() callback. |
||
---|---|---|
LICENSE-CONTRIBUTOR | ||
aggregates/jetty-all | ||
dists | ||
examples | ||
jetty-annotations | ||
jetty-ant | ||
jetty-client | ||
jetty-continuation | ||
jetty-deploy | ||
jetty-distribution | ||
jetty-http | ||
jetty-http-spi | ||
jetty-io | ||
jetty-jaas | ||
jetty-jaspi | ||
jetty-jmx | ||
jetty-jndi | ||
jetty-jsp | ||
jetty-jspc-maven-plugin | ||
jetty-maven-plugin | ||
jetty-monitor | ||
jetty-nosql | ||
jetty-osgi | ||
jetty-overlay-deployer | ||
jetty-plus | ||
jetty-proxy | ||
jetty-rewrite | ||
jetty-rhttp | ||
jetty-runner | ||
jetty-security | ||
jetty-server | ||
jetty-servlet | ||
jetty-servlets | ||
jetty-spdy | ||
jetty-spring | ||
jetty-start | ||
jetty-util | ||
jetty-util-ajax | ||
jetty-webapp | ||
jetty-websocket | ||
jetty-xml | ||
tests | ||
.gitignore | ||
LICENSE-eplv10-aslv20.html | ||
NOTICE.txt | ||
README.txt | ||
VERSION.txt | ||
header-template.txt | ||
icon.jpg | ||
pom.xml | ||
settings.xml |
README.txt
This is a source checkout of the Jetty webserver. To build, use: mvn clean 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. Bypass tests by building with -Dmaven.test.skip=true but note that this will not produce some test jars that are leveraged in other places in the build.