Small bug in src/stream/ngx_stream_proxy_module.c

(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;
              }
    

Posted at Nginx Forum:

Hello,

What compiler do you have?


Roman A.

Roman A. Wrote:

On 30 Jun 2015, at 15:01, itpp2012 [email protected] wrote:

Roman A. Wrote:

What compiler do you have?

A proper one :slight_smile: vc++

version?


Roman A.

Thanks, we’re planning to commit the fix.

Could you say your name so we could add it to the commit message?

A proper one :slight_smile: vc++
nginx Info Page


Roman A.

Roman A. Wrote:

On 30 Jun 2015, at 15:01, itpp2012 [email protected] wrote:

Roman A. Wrote:

What compiler do you have?

A proper one :slight_smile: vc++

version?

2010, 2013, 2015, all the same.

Posted at Nginx Forum:

Roman A. Wrote:

Thanks, we’re planning to commit the fix.

Could you say your name so we could add it to the commit message?

Just stick to itpp2012, everyone knows by now we produce nginx for
Windows
based on the Linux version, the code base is not too different.

Posted at Nginx Forum: