Skip to content

Commit

Permalink
suspecting bytes not getting flushed see JENKINS-20709
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Nov 21, 2013
1 parent aba787d commit 2fc99b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/hudson/cli/CliProtocol2.java
Expand Up @@ -60,6 +60,7 @@ public void run() throws IOException, InterruptedException {
signer.initSign(instanceId);
signer.update(secret);
c.writeByteArray(signer.sign());
c.dout.flush(); // suspecting bytes not getting flushed see JENKINS-20709
} catch (ClassNotFoundException e) {
throw new Error(e);
} catch (IllegalAccessException e) {
Expand Down

0 comments on commit 2fc99b3

Please sign in to comment.