Nils Goroll
Nils Goroll
Because `Transfer-Encoding: chunked` is uncommon for request bodies, I would expect some backends to choke on it and would thus think a mode to foward the client's `Content-Length` would be...
24fe3772c520700b32711eb3b466dc1737327546 exposes that we have an issue with chunked encoding: When the body cache size exactly matches the length, we fail caching. The trivial options are: * ignore (and probably...
I now have four branches in total with fixes and improvements around this PR. To reduce confusion, I will reference these in this single comment and delete some other references:...
FTR: Apologies for the force-push noise, I had messed up my local repo for a moment.
I saw this on an older system: ``` hpack/vhp_gen_hufdec.c: In function 'tbl_free': hpack/vhp_gen_hufdec.c:102:2: error: 'for' loop initial declarations are only allowed in C99 mode for (unsigned i = 0; i...
So it seems we need to keep `AC_PROG_CC_C99` unless we were willing to require autoconf >= 2.70
Again back to draft status. I am not so sure about the `varnish.m4` changes any more at this point.
re @Dridi * regarding `AC_REQUIRE()`, it seems I was somehow under the impression that vmod autoconf would not work if we used it, but I can not reproduce this any...
So is 287dc4a6745c374e0b229bfa861d664989a3a9e8 insufficient or are you running older code?
also related: #3145