Skip to content

Commit

Permalink
Remove bad comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Jul 29, 2024
1 parent ba27531 commit e755458
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ public void ensureConsumeAllOrNotPersistent()
if (!HttpField.contains(coalesced, HttpHeaderValue.CLOSE.asString()))
coalesced += ", close";

// Returns a single Cookie header with all cookies.
return new HttpField(HttpHeader.CONNECTION, coalesced);

});
Expand Down

0 comments on commit e755458

Please sign in to comment.