-
Currently Internet.nl needs webservers to support HTTP/1.1 to be able to test them. If a webserver only supports HTTP/2 (and/or HTTP/3) Internet.nl is not able to test for (1) IPv4/IPv6 similarity, (2…
-
It would be nice if the HTTP/2 implementation supported server-initiated streams to a client, after the connection prefaces have been exchanged.
A quick look at what this would require is:
- to emit …
-
The function parseStatusLine expects "HTTP/1.X" but we have already "HTTP/2". For me, I get `Parse exception: not enough input`, not sure the cause, but maybe this function is a problem:
```
parse…
-
Is gorilla/websocket going to be doing an experimental implementation of the Websockets+h2 draft, or waiting for it to go RFC?
https://tools.ietf.org/html/draft-ietf-httpbis-h2-websockets-07
-
Apparently there's a pure Ruby [http-2](https://github.com/igrigorik/http-2) gem.
Anyone have the stomach to wire this into Rex::Proto::Http? @Igrigorik has all the meat written there already, and th…
-
Hello,
when I try to use http/2 with socketcluster, clients cannot connect to sc with the http error `403`. On the server side I get following error:
``` node
[Error] Error: read ECONNRESET
at…
-
`gevent.pywsgi` is an implementation of the WSGI spec for HTTP
-
Is HTTP/2 still the roadmap of fasthttp??
-
Now that ziglang/zig#2263 is merged, it's possible to write a [HPACK](https://http2.github.io/http2-spec/compression.html) module.
The decoder should be fed HTTP/2 `HEADERS` blocks and dynamic tabl…
-
**Is your feature request related to a problem? Please describe.**
I don't have any problems, but it would be nice if it could support http/2.0.
**Describe the solution you'd like**
To suppor…