remove dead code.

This commit is contained in:
Joris Vink 2018-04-03 10:57:40 +02:00
parent da8d1800bf
commit 6a35a8a455

View File

@ -694,8 +694,6 @@ http_header_recv(struct netbuf *nb)
http_error_response(req->owner, 500);
return (KORE_RESULT_OK);
}
} else {
http_error_response(req->owner, 500);
}
}