- 20 Apr, 2018 7 commits
-
-
Nils Goroll authored
No need to remain paranoid when the actual root case is dead simple (see previous commit) This reverts commit f5ce5516. Ref: #2645
-
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
-
Nils Goroll authored
If vbf_default_filter_list() returned without anything written to the vsb (for no body or length 0), we would return as the filter list whatever existed at ws->f + 1 prior to calling VBF_Get_Filter_List (for example the string logged with std.log()). Consequently, backend requests would fail with FetchError Filter '...' not found
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 19 Apr, 2018 10 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
stuff there.
-
Poul-Henning Kamp authored
-
Nils Goroll authored
issue a membar to ensure that the overflow marker is written before a failing WS allocation returns and is thus visible from a different context. pan_ic() already has an implicit membar via the mutex lock. Ref #2645
-
Poul-Henning Kamp authored
list of VCLs" vs. "Do things with VCLs on list"
-
Poul-Henning Kamp authored
-
Nils Goroll authored
Ref: #2645
-
Nils Goroll authored
-
- 18 Apr, 2018 5 commits
-
-
Poul-Henning Kamp authored
Spotted by: slink
-
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
-
Poul-Henning Kamp authored
-
- 17 Apr, 2018 10 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
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
-
Poul-Henning Kamp authored
-
- 16 Apr, 2018 3 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Poul-Henning Kamp authored
-
- 14 Apr, 2018 5 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
Fixes #2617
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-