- 20 Jun, 2018 26 commits
-
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Nils Goroll authored
suncc implements the inline functions from cache.h using it
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
This includes building the fuzzer to avoid code rot, but exercising the fuzzer will be done elsewhere.
-
Nils Goroll authored
As WS_Reset() clears the overflow marker, the correct order for resetting and marking an overflow is WS_Reset(); WS_MarkOverflow(); Fixes the last seemingly obscure bit of #2645
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Conflicts: doc/sphinx/reference/vcl_var.rst (beresp.filters)
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
list of VCLs" vs. "Do things with VCLs on list"
-
Nils Goroll authored
Ref: #2645
-
Nils Goroll authored
Should we plan to phase out synthetic() ?
-
Nils Goroll authored
Thank you to @martin-uplex for the review
-
Poul-Henning Kamp authored
Conflicts: bin/varnishd/cache/cache.h Arguably, this is a breaking change in $ABI vrt.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Supress terminal responses by default and hope they look right.
-
Poul-Henning Kamp authored
-
Dag Haavi Finstad authored
Return HTC_S_OVERFLOW if exceeded. This is a quick-fix for #2624, where we close the connection if a client exceeds MAX_FRAME_SIZE. More proper handling with draining the rest of the frame for the specific frames types that allow it (rfc7540 section 4.2) to come later. Fixes: #2624
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 19 Jun, 2018 14 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
Fixes #2617
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Dag Haavi Finstad authored
Instead of allocating struct h2_sess out of the same workspace that is used as our rxbuffer, we rather keep it on the stack in h2_new_session. If the size of the initial h/2 request payload is close to half the size of the workspace, we would end up exhausting the workspace in HTC_RxInit after allocating our h2sess struct. Spotted by Federico G. Schwindt Fixes: #2619
-