Stream: fixed MSVC compilation warning. Thanks to itpp2012.
Roman Arutyunyan
6 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/stream/ngx_stream_proxy_module.c
less
more
1062
1062
}
1063
1063
1064
1064
if (size > (size_t) limit) {
1065
size = limit;
1065
size = (size_t) limit;
1066
1066
}
1067
1067
}
1068
1068