Standard setup. Creates HTTP/2 connection via HTTP upgrade and ensures that the first response is correctly received.
()
| 137 | * received. |
| 138 | */ |
| 139 | protected void http2Connect() throws Exception { |
| 140 | http2Connect(false); |
| 141 | } |
| 142 | |
| 143 | protected void http2Connect(boolean tls) throws Exception { |
| 144 | enableHttp2(tls); |
no test coverage detected