提交 a70e8675 编写于 作者: K Kohsuke Kawaguchi

Jenkins!

上级 9b3657c7
......@@ -61,7 +61,7 @@ public class FullDuplexHttpStream {
input = con.getInputStream();
// make sure we hit the right URL
if(con.getHeaderField("Hudson-Duplex")==null)
throw new IOException(target+" doesn't look like Hudson");
throw new IOException(target+" doesn't look like Jenkins");
// client->server uses chunked encoded POST for unlimited capacity.
con = (HttpURLConnection) target.openConnection();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册