-
Trailing header test passes when we send a RST_STREAM frame is sent before the HEADERS and DATA sent.
h2spec running:
[bcall@homer cmd]$ ./h2spec -t -k -p 4443 -h 127.0.0.1 -s 8.1
8.1. HTTP Request…
-
```
6.9. WINDOW_UPDATE
× Sends a WINDOW_UPDATE frame
- The endpoint is expected to send the DATA frame based on the window size.
Expected: DATA frame
Actual: Error: The l…
-
Per http://http2.github.io/http2-spec/index.html#rfc.section.5.1.2, servers are required to treat this as a stream error. Warp should reset the offending stream instead of terminating the connection.…
-
I ran [h2spec](https://github.com/summerwind/h2spec) against a reverse-proxied host on h2o and got this failure:
```
===============================================================================
Fa…
-
updated to latest master h2o and almost perfect :)
test timeout, is that a config issue in my h2o.conf or h2o itself ?
```
/go/src/github.com/summerwind/h2spec/h2spec -h h2ohttp2.centminmod.com -p 8…
-
The HTTP2 spec is nearing completion, and offers many of benefits for browsers and API implementors. How interested are people in HTTP2 support for http4s?
-
Draft-16 5.4.1 states:
> In particular, an endpoint MAY choose to treat a stream error as a connection error.
Looking at https://github.com/summerwind/h2spec/search?utf8=✓&q=rststreamframe there see…
-
4.2. Frame Size
× Sends large size frame that exceeds the SETTINGS_MAX_FRAME_SIZE
- The endpoint MUST send a FRAME_SIZE_ERROR error.
25 313.167882115 10.0.0.1 10.0.0.2 HTTP2 1982 …