-
It'd be nice to have a way to get a list of available tests
I propose a `-l` argument to the command line binary that lists them.
-
generic/3.1.3 is not correct:
```
× 3: Sends a DATA frame with padding
-> The endpoint MUST accept DATA frame with padding.
Expected: HEADERS Frame (stream_id:1)
…
-
```
$ h2spec -t -p 9001
3.5. HTTP/2 Connection Preface
Sends invalid connection preface
ERROR: Unable to connect to the target server (tls: DialWithDialer timed out)
```
gives:
```
[info] R…
ktoso updated
7 years ago
-
I would like to use some Go client to connect to haskell using TLS, however it seems that the Go client doesn't understand SHA512. It correctly sends this information in Client HELO, yet the server re…
-
JUnit reporter can handle test Pass and test Failure but it cannot handle a test Error, e.g. server timeout, misconfiguration, arbitrary test implementation error.
# Example
```/home/karm/go/src/g…
-
### Expected behavior
https://tools.ietf.org/html/rfc7540#section-5.1.1
> The first use of a new stream identifier implicitly closes all
streams in the "idle" state that might have been initia…
-
```
5.1. Stream States
✓ idle: Sends a DATA frame
✓ idle: Sends a RST_STREAM frame
✓ idle: Sends a WINDOW_UPDATE frame
✓ idle: Sends a CONTINUATION frame
✓ half closed (rem…
-
```
3.10. CONTINUATION
× 1: Sends a CONTINUATION frame
-> The endpoint MUST accept CONTINUATION frame.
Expected: HEADERS Frame (stream_id:1)
Actual: Time…
-
h2spec failure:
```
8.1. HTTP Request/Response Exchange
8.1.2. HTTP Header Fields
8.1.2.6. Malformed Requests and Responses
× Sends a HEADERS frame that contains the "content-leng…
-
```
73 tests, 29 passed, 0 skipped, 44 failed
===============================================================================
Failed tests
=======================================================…