mod_h2
mod_h2 copied to clipboard
HTTP/2 module for Apache httpd
Hi, I am introducing a new backend server (a grpc server, say v3 api) alongside our existing backend servers (serving v2 version of our apis). The existing backend servers (python)...
Hello, we encountered a problem when working with server sent events and h2. When to many; 16 to be excact, server sent events requests get canceled by the client (indicated...
hello, we face a strange behavior where *some* http2 requests fail with the error ``` 2022-04-26 17:23:41.384625 http2:debug 172.22.1.196:55080 AH03466: h2_stream(270-9,HALF_CLOSED_REMOTE): no response, RST_STREAM ``` unfortunately it seems to be...
Ever since I upgraded to version 2.0.0 I noticed some servers have one or more hanging httpd processes, consuming a lot of CPU in top. I would guess this was...
Ever since updating to the latest Apache and mod_http2 version, I've been intermittently getting the following errors logged in apache log: `http2:error] [pid 784963:tid 47693616867072] (70014)End of file found: [client...
hello, teach me please. It seems that mod_proxy_http2 is resending the request after the proxy timeout time is exceeded. Is there a way to not resend a request that exceeds...
I have noticed wrong values logged for %O (Bytes sent) on interrupted connections on apache-2.4.43 when connection is over http/2. SSL makes no difference. But on plain-text connections "%s", "%D"...
Current implementation of `mod_http2` buffers output to manage desired TLS record sizes. This achieves much better throughput than passing frame meta data and resource data down the connection filters unchanged....
With releases 1.2.8 here (and 2.4.20 in Apache httpd), HTTP/2 connections will make use of the `async` feature of the event mpm. Basically, the connection is set aside until new...
Hi, Is there a way to tell to H2PushResource to add the "as" parameter to the header Link of the request ? Currently it's more efficient to manually add Link...