We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a86ca commit ff3bbc0Copy full SHA for ff3bbc0
java/src/org/openqa/selenium/grid/web/ReverseProxyHandler.java
@@ -39,6 +39,7 @@ public class ReverseProxyHandler implements HttpHandler {
39
private static final ImmutableSet<String> IGNORED_REQ_HEADERS =
40
ImmutableSet.<String>builder()
41
.add("connection")
42
+ .add("http2-settings")
43
.add("keep-alive")
44
.add("proxy-authorization")
45
.add("proxy-authenticate")
0 commit comments