remove unused LOWER(ch)

v0.6
Cliff Frey 14 years ago
parent 5bb958a9f4
commit d5f0312eee

@ -716,7 +716,6 @@ size_t http_parser_execute (http_parser *parser,
case s_req_host:
{
c = LOWER(ch);
if (IS_HOST_CHAR(ch)) break;
switch (ch) {
case ':':

Loading…
Cancel
Save