Commit 75744c85 authored by Nils Goroll's avatar Nils Goroll

Notes after another review of restarts changes

parent 6cb21b47
......@@ -175,6 +175,7 @@ Req_Release(struct req *req)
}
/*----------------------------------------------------------------------
* TODO: remove code duplication with cnt_recv_prep
*/
void
......
......@@ -741,6 +741,10 @@ cnt_restart(struct worker *wrk, struct req *req)
/*
* prepare the request for vcl_recv, either initially or after a reset
* e.g. due to vcl switching
*
* TODO
* - make restarts == 0 bit re-usable for rollback
* - remove duplicatation with Req_Cleanup()
*/
static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment