Skip to content

Commit

Permalink
Removed break statement wrongly introduced by #10326.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Aug 21, 2023
1 parent e91a689 commit 36faf1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ else if (header == HttpHeader.CONTENT_ENCODING)
iterator.remove();
else
iterator.set(new HttpField(HttpHeader.CONTENT_ENCODING, value.substring(0, comma)));
break;
}
}
});
Expand Down

0 comments on commit 36faf1d

Please sign in to comment.