HTTP/2: unbreak build on MSVC.

This commit is contained in:
Valentin Bartenev 2016-05-24 21:54:32 +03:00
parent 1aa0c26ed7
commit 8d58d6a209
1 changed files with 1 additions and 1 deletions

View File

@ -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;