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

No idea how I overlooked that wl was unsigned.

Doesn't change the logic however.
parent b5646ee4
......@@ -247,7 +247,7 @@ http1_reembark(struct worker *wrk, struct req *req)
static int v_matchproto_(vtr_minimal_response_f)
http1_minimal_response(struct req *req, uint16_t status)
{
size_t wl, l;
ssize_t wl, l;
char buf[80];
const char *reason;
......
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