jetty.project/jetty-spdy
Simone Bordet 5b2aab505f 405570 - spdy push: resource ordering and sequential push.
Fixed race condition.
The race was happening when the headers of a push resource
were pushed, then the push resource was completed, which
triggered the send of the next resource, which was polling the
queue but find it empty, because the next resource was not pushed yet.
In this case the activity flag remained true, causing all subsequent
pushes to be skipped.
2013-05-03 17:24:29 +02:00
..
spdy-client [maven-release-plugin] prepare for next development iteration 2013-04-17 11:46:39 -05:00
spdy-core 406214 fix constructor for PushSynInfo ignores timeout, remove timeout for creating push streams in HttpTransportOverSPDY 2013-04-26 16:33:03 +02:00
spdy-example-webapp [maven-release-plugin] prepare for next development iteration 2013-04-17 11:46:39 -05:00
spdy-http-server 405570 - spdy push: resource ordering and sequential push. 2013-05-03 17:24:29 +02:00
spdy-server [maven-release-plugin] prepare for next development iteration 2013-04-17 11:46:39 -05:00
pom.xml Added SPDY profile for JDK 7u21. 2013-04-29 16:54:32 +02:00