Commit be937f90 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland Committed by Lasse Karstensen

Remove some debug log records in the proxy v1 code

parent 6b2cc56e
......@@ -64,8 +64,6 @@ vpx_proto1(const struct worker *wrk, struct req *req)
CHECK_OBJ_NOTNULL(req, REQ_MAGIC);
CHECK_OBJ_NOTNULL(req->sp, SESS_MAGIC);
VSL(SLT_Debug, req->sp->vxid, "PROXY1");
q = strchr(req->htc->rxbuf_b, '\r');
if (q == NULL)
return (-1);
......@@ -95,9 +93,6 @@ vpx_proto1(const struct worker *wrk, struct req *req)
return (-1);
}
VSL(SLT_Debug, req->sp->fd, "PROXY1 <%s> <%s> <%s> <%s> <%s>",
fld[0], fld[1], fld[2], fld[3], fld[4]);
if (!strcmp(fld[0], "TCP4"))
pfam = AF_INET;
else if (!strcmp(fld[0], "TCP6"))
......
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