-
I can't understand why this error occurred.
![argocd issue](https://github.com/user-attachments/assets/ede7d6e2-c5d7-48c2-889f-3bd67e065f51)
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
New RFC dropped. Differences from t…
-
### Expected behavior
The server will send a GO_AWAY frame with a PROTOCOL_ERROR and close the connection (as per RFC 7540).
### Actual behavior
The server sends a RST_STREAM instead.
### …
-
[RFC 7540 § 8.3](https://tools.ietf.org/html/rfc7540#section-8.3):
> In HTTP/2, the CONNECT method is used to establish a tunnel over a
> single HTTP/2 stream to a remote host for similar purposes…
-
## HTTTP/2 flood prevention
[Low-Rate Denial-of-Service Attacks against HTTP/2 Services](https://www.researchgate.net/publication/280591671_Low-Rate_Denial-of-Service_Attacks_against_HTTP2_Services…
-
Almost all proxies support GRPC. Is there any plan to support GRPC proxy?
-
Hi! @tatsuhiro-t
I use examples/client.c send post request,and read data in the nghttp2_data_source_read_callback read_callback function.
the data come from queuee.Every time will read 300bytes in …
-
Hello developers.
Is there any work to implement RFC 9218 to quic-go?
I'm actually interested in (and in need of) such a work.
I guess I can give it a try if no work exists.
In that case, is t…
-
[RFC 7540 section 8.2](https://tools.ietf.org/html/rfc7540#section-8.2):
> Clients MUST reject any attempt to change the SETTINGS_ENABLE_PUSH setting to a value other than 0 by treating the message a…
-
I think the connection should emit a WindowUpdated event on receipt of a settings frame that changes the INITIAL_WINDOW_SIZE. This is because [this frame is valid after the receipt of headers](https:/…