mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Removed outdated debug.
This commit is contained in:
parent
d6887ac1f0
commit
92df22200e
@ -117,7 +117,6 @@ ngx_quic_parse_int(u_char *pos, u_char *end, uint64_t *out)
|
||||
ngx_uint_t len;
|
||||
|
||||
if (pos >= end) {
|
||||
printf("OOPS >=\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -127,7 +126,6 @@ ngx_quic_parse_int(u_char *pos, u_char *end, uint64_t *out)
|
||||
value = *p++ & 0x3f;
|
||||
|
||||
if ((size_t)(end - p) < (len - 1)) {
|
||||
printf("LEN TOO BIG: need %ld have %ld\n", len, end - p);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user