Skip to content

Commit

Permalink
Merge branch 'truncated-post-fix' into 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kerumai committed Apr 25, 2015
2 parents 09fe03d + b3c886a commit 3378b35
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,6 @@ else if (req.getContentLength() == -1) {
}
}

if (! should) {
LOG.warn("Not buffering request body. CL=" + req.getContentLength() + ", TE=" + String.valueOf(req.getHeader(ZuulHeaders.TRANSFER_ENCODING)));
}

return should;
}

Expand Down

0 comments on commit 3378b35

Please sign in to comment.