Commit eb67706d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Dump the length of received headers

parent fb9eaf0d
......@@ -507,6 +507,7 @@ http_rxhdr(struct http *hp)
break;
}
vtc_dump(hp->vl, 4, "rxhdr", hp->rxbuf, -1);
vtc_log(hp->vl, 4, "rxhdrlen = %zd", strlen(hp->rxbuf));
}
......
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