Deleting irrelevant debugging code

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2017-11-12 18:07:28 +08:00
parent fed343a62e
commit 099f726b0a
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ handshake_done:
len = buf->len;
}
printf("len:%d\n", len);
parsered = http_parser_execute(&con->parser, &parser_settings, base, len);
if (unlikely(parsered != len)){
uh_log_err("http parser failed:%s", http_errno_description(HTTP_PARSER_ERRNO(&con->parser)));