-
```
$ ./h2spec -S -k -t -h 127.0.0.1 -p 8080 http2/8.1.2.2
Hypertext Transfer Protocol Version 2 (HTTP/2)
8. HTTP Message Exchanges
8.1. HTTP Request/Response Exchange
8.1.2. HTTP Hea…
-
it looks like the good folks over at actix-web found an error in h2spec section 3.5
https://github.com/actix/actix-web/issues/1453
"Clients and servers MUST treat an invalid connection preface a…
-
I ran [h2spec](https://github.com/summerwind/h2spec) against the hello world HTTP/2 server (4.1 branch, with removed HTTP upgrade logic). The result: 70 tests, 37 passed, 1 skipped, **32 failed**.
F…
-
```
[error] (akka-http2-support / update) sbt.librarymanagement.ResolveException: Error downloading io.github.summerwind:h2spec_darwin_amd64:1.5.0
```
We do some special trixery for that dependen…
-
## Environment
* **IntelliJ Rust plugin version:** 0.4.192.5324-231
* **Rust toolchain version:** stable-x86_64-unknown-linux-gnu - rustc 1.68.2 (9eb3afe9e 2023-03-27)
* **IDE name and versio…
-
./h2spec --version
Version: 2.3.0 (cb03b47353d2691ede927b1d4a4ad9c417aeee60)
I have a very simple code: a socket accepting and printing the metadata. In ruby:
```ruby
require "socket"
puts…
-
This would probably use netty HTTP/2 client for the time being to end-to-end test the HTTP/2 server (configuration).
Also, make sure to find problems like the `parallelism=0` problem discussed in #…
-
### Issue Description
According to moby definition, the permitted values for Status don't include the value `"stopped"`,
https://github.com/moby/moby/blob/6f14c8ee5adc314a900808b0c991e12d9d28be67/…
-
Some test cases expect FRAME A but receive harmless frames such as WINDOW_UPDATE or PUSH_PROMISE, they fail:
```
6. Frame Definitions
6.1. DATA
× 3: Sends a DATA frame with invalid p…
-
* `sbt test` works fine on my laptop
* the tests in this repo are simpler than the ones in https://github.com/apache/incubator-pekko
* there could be some flaky tests that might cause issues when ot…