return 1;
tarpit:
+ /* Allow cookie logging
+ */
+ if (s->be->cookie_name || sess->fe->capture_name)
+ manage_client_side_cookies(s, req);
+
/* When a connection is tarpitted, we use the tarpit timeout,
* which may be the same as the connect timeout if unspecified.
* If unset, then set it to zero because we really want it to
*/
channel_dont_connect(req);
- /* Allow cookie logging
- */
- if (s->be->cookie_name || sess->fe->capture_name)
- manage_client_side_cookies(s, req);
-
txn->status = http_err_codes[deny_status];
req->analysers &= AN_REQ_FLT_END; /* remove switching rules etc... */