Skip to content

Commit

Permalink
[~] fix CR LF
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanmei-Liu committed Nov 4, 2023
1 parent 3dafe99 commit a1ca14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/xqc_hq_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ xqc_hq_parse_req(xqc_hq_request_t *hqr, char *res, size_t sz, uint8_t *fin)
{
/* check CR LF for hq request line */
*fin = 1;
PRINT_LOG("|hq recv CR LF|%zd|", read);
PRINT_LOG("|hq recv CR LF|");
}

return strlen(res);
Expand Down

0 comments on commit a1ca14a

Please sign in to comment.