Skip to content

Commit

Permalink
Fix regression introduced by b976e0e
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Apr 27, 2015
1 parent 917a60f commit 40b2f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/kohsuke/github/Requester.java
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ private void buildRequest() throws IOException {
for (Entry e : args) {
json.put(e.key, e.value);
}
MAPPER.writeValue(uc.getOutputStream(), json);
} else {
try {
byte[] bytes = new byte[32768];
Expand Down

0 comments on commit 40b2f5c

Please sign in to comment.