Removed break statement wrongly introduced by #10326.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2023-08-21 10:45:02 +02:00
parent e91a68923a
commit 36faf1d369
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ public class GZIPContentDecoder extends org.eclipse.jetty.http.GZIPContentDecode
iterator.remove();
else
iterator.set(new HttpField(HttpHeader.CONTENT_ENCODING, value.substring(0, comma)));
break;
}
}
});