Welcome! Log In Create A New Profile

Advanced

Small bug in src/stream/ngx_stream_proxy_module.c

June 29, 2015 09:05AM
(1066) : warning C4244: '=' : conversion from 'off_t' to 'size_t', possible loss of data

diff line 1066:
if (size > (size_t) limit) {
- size = limit;
+ size = (size_t) limit;
}

---
nginx for Windows http://nginx-win.ecsds.eu/
Subject Author Posted

Small bug in src/stream/ngx_stream_proxy_module.c

itpp2012 June 29, 2015 09:05AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

Roman Arutyunyan June 30, 2015 06:02AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

itpp2012 June 30, 2015 08:01AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

Roman Arutyunyan June 30, 2015 08:20AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

itpp2012 June 30, 2015 08:38AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

Roman Arutyunyan July 02, 2015 03:54AM

Re: Small bug in src/stream/ngx_stream_proxy_module.c

itpp2012 July 02, 2015 04:36AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 268
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready