Skip to content

Commit ff3bbc0

Browse files
committed
[grid] remove the http2-settings header in the reverse proxy
1 parent 80a86ca commit ff3bbc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/org/openqa/selenium/grid/web/ReverseProxyHandler.java

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public class ReverseProxyHandler implements HttpHandler {
3939
private static final ImmutableSet<String> IGNORED_REQ_HEADERS =
4040
ImmutableSet.<String>builder()
4141
.add("connection")
42+
.add("http2-settings")
4243
.add("keep-alive")
4344
.add("proxy-authorization")
4445
.add("proxy-authenticate")

0 commit comments

Comments
 (0)