Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2013-01-28 16:32:22 +0000
committerSimone Bordet2013-01-28 16:32:22 +0000
commit7c53c317ae830d4e518ebe50428028a26aef733c (patch)
treee308de5ce14a132a3e64d229eaea8bd4f57c8da3 /jetty-maven-plugin/pom.xml
parent1737669df49f486761be7fe77e73722697fa7fd3 (diff)
downloadorg.eclipse.jetty.project-7c53c317ae830d4e518ebe50428028a26aef733c.tar.gz
org.eclipse.jetty.project-7c53c317ae830d4e518ebe50428028a26aef733c.tar.xz
org.eclipse.jetty.project-7c53c317ae830d4e518ebe50428028a26aef733c.zip
Fixed DeferredContentProvider race condition.
HttpSender was setting the listener for asynchronous content before its own state was properly setup. This was causing race conditions, where a thread could notify HttpSender and find null data members causing later NPEs. Now the listener is set after the state is setup, removing the race condition.
Diffstat (limited to 'jetty-maven-plugin/pom.xml')
0 files changed, 0 insertions, 0 deletions

Back to the top