Skip to content

Commit

Permalink
Update skip status for responses
Browse files Browse the repository at this point in the history
  • Loading branch information
bakennedy committed Nov 16, 2024
1 parent e13ca31 commit 83c14b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public String getContent() {
try {
flushBuffer();
if (shouldSkipBody() || logStream == null || logStream.getBufferedStream() == null) {
bodySkipped = true;
return null;
}
updateContentLength(logStream.getBufferedStream().size());
Expand Down

0 comments on commit 83c14b6

Please sign in to comment.