Skip to content

Commit

Permalink
[FIXED JENKINS-16474]
Browse files Browse the repository at this point in the history
Fixed the HTTP request thread saturation problem with Winstone.
  • Loading branch information
kohsuke committed Feb 13, 2013
1 parent 3f48eff commit 4b1a95f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
Fixed the HTTP request thread saturation problem with Winstone.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-16474">issue 16474</a>)
<li class=bug>
Script evaluation script error on IE.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-16561">issue 16561</a>)
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -104,7 +104,7 @@ THE SOFTWARE.
-->
<groupId>org.jenkins-ci</groupId>
<artifactId>winstone</artifactId>
<version>0.9.10-jenkins-40</version>
<version>0.9.10-jenkins-42</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4b1a95f

Please sign in to comment.