提交 7b40e2e0 编写于 作者: K Kohsuke Kawaguchi

being more defensive, in seeing JENKINS-7809 and the following stack trace:

java.lang.NegativeArraySizeException
	at hudson.remoting.ProxyOutputStream$Chunk.<init>(ProxyOutputStream.java:175)
	at hudson.remoting.ProxyOutputStream._write(ProxyOutputStream.java:123)
	at hudson.remoting.ProxyOutputStream.write(ProxyOutputStream.java:103)
上级 63c356b1
......@@ -139,7 +139,7 @@ abstract class PipeWindow {
if (available>0)
return available;
while (available==0) {
while (available<=0) {
wait();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册