-
Hi. What's your take on whether or not writev should be interpreted as a write all?
I suspect most people would say it shouldn't be, as there is a count being returned.
So if an implementation w…
-
### Detailed Description of the Problem
h2spec compliance tests are red
https://github.com/haproxy/haproxy/runs/3945798851?check_suite_focus=true
if they are considered useful, should they be f…
-
After #199, we now have a contract defined for the HTTP client, so we can now implement an adapter using the Mint library and use that as a default instead of the Gun adapter
-
Downstream bug (Gentoo): https://bugs.gentoo.org/910183 - Gentoo uses the binary provided in the [released tar.gz](https://github.com/jgm/pandoc/releases/download/3.1.5/pandoc-3.1.5-linux-amd64.ta…
-
Еests works fine except `h2.test_h2_specs`
h2spec output during test:
```
Failures:
Generic tests for HTTP/2 server
2. Streams and Multiplexing
using source address 127.0.0.1:53198
…
-
Carrying over from https://github.com/summerwind/h2spec/issues/71#issuecomment-274985943
In http2, padding *MUST* be null bytes. It makes no sense for `WriteDataPadded` to take padding bytes as an …
-
I found h2spec on a docker image that is used for our CI Autest job is too old (2.0.0). The latest version (2.6.0) has more tests, so we should update it.
I was about to merge a PR that has an issu…
-
Caught a few warnings during testing h2 with h2spec:
- [x] 1: Can be reproduced with `./h2spec http2/5.1.1/3 -h -p 443 -t -k`
```
[92286.039416] ------------[ cut here ]------------
[92286.0415…
-
**Jetty version(s)**
9.4.40
**Java version/vendor** `(use: java -version)`
Java 1.11
**OS type/version**
SUSE Linux 15
**Description**
We use Jetty for Http/2 handling in 2 environments w…
-
run test many times on my local computer
```
Hypertext Transfer Protocol Version 2 (HTTP/2)
7. Error Codes
× 1: Sends a GOAWAY frame with unknown error code
-> The endpoint MUST NOT…