mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
HTTP/2: unbreak build on MSVC.
This commit is contained in:
parent
99d2ede934
commit
b6e423b7c0
@ -3544,7 +3544,7 @@ ngx_http_v2_read_request_body(ngx_http_request_t *r,
|
||||
}
|
||||
|
||||
if (r->request_body_no_buffering) {
|
||||
size = len - h2scf->preread_size;
|
||||
size = (size_t) len - h2scf->preread_size;
|
||||
|
||||
} else {
|
||||
stream->no_flow_control = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user