Skip to content

Commit

Permalink
Replace old comment in JaxRsService.
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
  • Loading branch information
spericas committed Mar 8, 2024
1 parent c16c8f1 commit 3640a0f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,7 @@ public void failure(Throwable throwable) {

@Override
public boolean enableResponseBuffering() {
// Jersey should not try to do the buffering
return true;
return true; // enable buffering in Jersey
}

public void await() {
Expand Down

0 comments on commit 3640a0f

Please sign in to comment.