Darío
Darío
https://github.com/dgrr/fasthttp/tree/http2 @si3nloong
@pront Do I need to add more docs?
Somehow I am able to use it. I am decoding it to a `[u8; 4]` when using `FixedString(4)`
This is already present?
Hello, as far as I remember the client does ping the server using the PingInterval, but it doesn't close the connection if a number of pings failed. I'd accept a...
Yes, it seems like it. Is your question resolved?
Does the server support HTTP/2? Are you connecting through TLS?
Yes, the library only supports TLS.
I don't see a problem in the logic here. You are sending 2 strings over a channel, the channel has them in the queue and after consuming both strings the...