-
As @surendarchandra noticed, our HPACK header tries to encode as many header values as possible into dynamic table entries. The effect can be that high entropy headers like `Date` or `Content-Length` …
-
Using @PikachuEXE patch https://github.com/cloudflare/sslconfig/pull/92
```
patching file auto/modules
Hunk #1 succeeded at 438 (offset 1 line).
patching file auto/options
Hunk #2 succeeded at …
-
Seems Nginx 1.13.6 update broken HPACK patch https://community.centminmod.com/threads/nginx-announce-nginx-1-13-6.13079/#post-55493
```
-o objs/src/http/ngx_http_postpone_filter_mo…
-
I use nghttp2 library for http/2 client implementation.
Initially I implemented minimum http/2 spec using nghttp2 client library.
Now, I further need to implement more specification especially for H…
-
In my server, Ubuntu 20.04 (amd64), php 8.0.29, when using http-client with HPackNgHttp2, php process memory will getting keep increase.
But change to HPackNative, php process memory will be stable w…
-
I’m considering using this as a lightweight h2 framer to implement a DoH client without having to import the 4MB net/http (in order to fit on routers with small storage space). As this repo hasn’t see…
-
https://github.com/sol/hpack/pull/490 moves `import` lines to the top of the stanza, but it only happens the first time `hpack` is called.
Repro:
1. Run `rm *.cabal`
2. Add `verbatim: { import: .…
-
Context:
* haskell.nix builds with a lot of IFD (which, I suppose, might be a factor here)
* our own private cache
At some point we accidentally pushed certain paths to our cache without includ…
-
### What is the issue?
We're using Temporal.io with Linkerd.
Temporal worker uses long-polling. It makes a poll call that blocks for 60 seconds.
If no task is received during this time, the call r…
-
Tempesta - [ff0f02145172b92794ef3cd086a12af737caa793](https://github.com/tempesta-tech/tempesta/commit/ff0f02145172b92794ef3cd086a12af737caa793)
Tempesta-test - [ff0860655187b159cd981399961f9f1345e09…