Commit 39921cd7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove the diagnostic macro, we don't use it.

parent 1e60f819
......@@ -261,7 +261,7 @@ http_GetHdr(const struct http *hp, const char *hdr, char **ptr)
char *p;
l = hdr[0];
diagnostic(l == strlen(hdr + 1));
assert(l == strlen(hdr + 1));
assert(hdr[l] == ':');
hdr++;
u = http_findhdr(hp, l - 1, hdr);
......
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