- 30 Jan, 2012 1 commit
-
-
Poul-Henning Kamp authored
-
- 25 Jan, 2012 5 commits
-
-
Poul-Henning Kamp authored
-
Andreas Plesner Jacobsen authored
-
Andreas Plesner Jacobsen authored
-
Per Buer authored
-
Per Buer authored
-
- 24 Jan, 2012 3 commits
-
-
Poul-Henning Kamp authored
CLI to control backend health, rather than rely on probes. Submitted by: Federico G. Schwindt
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
clearer for everybody. Add restart in vcl_miss{} implementation.
-
- 23 Jan, 2012 15 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Note that we get into vcl_error{} on 413 and 417 also. Rearrange the order in which we do things in cnt_start, to be more consistent and correct: Process Connection: and Expect: headers before we snapshot and possibly head into vcl_error{}.
-
Poul-Henning Kamp authored
We should never come in with a busyobj or obj. Always allocate obj from Transient storage.
-
Poul-Henning Kamp authored
was related to the entry parameters of cnt_error(), but I belive it has long been OBE, and now gets in the way of streaming.
-
Martin Blix Grydeland authored
-
Poul-Henning Kamp authored
cruft now not needed.
-
Poul-Henning Kamp authored
cache_session.c
-
Poul-Henning Kamp authored
two pointers in workers.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
where it rightfully belongs.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Presently unused and untested.
-
Poul-Henning Kamp authored
-
- 19 Jan, 2012 6 commits
-
-
Andreas Plesner Jacobsen authored
Found by: Federico G. Schwindt <fgsch@lodoss.net>
-
Martin Blix Grydeland authored
Varnish sets SO_RCVTIMEO to cache_param->timeout_idle on the listen sockets, so that the value is inherited to the accept()ed connections. This has the side effect of making accept() returning with EAGAIN after cache_param->timeout_idle seconds when there are no connections coming in, and each of these timeouts is counted as a sess_failed. Also the pacing sleep time is increased for each of these timeouts, causing Varnish to react slowly at first when connections start coming in. Patch changes to loop around the call to accept() while EAGAIN
-
Rogier 'DocWilco' Mulhuijzen authored
Without doing SES_Charge, the worker will panic at the end of CNT_Session() when a request is aborted before it is complete. Found by: Federico G. Schwindt <fgsch@lodoss.net>
-
Cleber J Santos authored
-
Per Buer authored
-
Per Buer authored
-
- 17 Jan, 2012 4 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Rename http_FilterHeader() to http_FilterReq() Add http_FilterResp() make http_FilterFields() static remove http_CopyResp()
-
Poul-Henning Kamp authored
Eliminate the HTTPH_A_DELIVER filter which only took out "Date:" because we always overwrite Date: anyway.
-
Poul-Henning Kamp authored
-
- 16 Jan, 2012 1 commit
-
-
Tollef Fog Heen authored
-
- 15 Jan, 2012 5 commits
-
-
Rogier 'DocWilco' Mulhuijzen authored
-
Poul-Henning Kamp authored
The attached patch is a one-liner for waiter/cache_waiter_ports.c, the code was referencing sp->t_open where it should have been sp->t_idle, which was causing assertion failures on idle session timeouts.
-
Rogier 'DocWilco' Mulhuijzen authored
-
Rogier 'DocWilco' Mulhuijzen authored
POSIX threads don't have a thread identifier that can be printed in a portable manner.
-
Andreas Plesner Jacobsen authored
-