Commit 2e1f2a96 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Nitpicking

parent 34b12971
......@@ -639,7 +639,7 @@ http_EstimateWS(const struct http *fm, unsigned how, uint16_t *nhd)
continue;
#include "tbl/http_headers.h"
#undef HTTPH
l += PRNDUP(Tlen(fm->hd[u]) + 1);
l += PRNDUP(Tlen(fm->hd[u]) + 1L);
(*nhd)++;
// fm->hdf[u] |= HDF_COPY;
}
......
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