[PATCH] setup.exe: Stop NetIO_HTTP from treating entire stream as a header

Pavel Tsekov ptsekov@syntrex.com
Tue Nov 27 01:16:00 GMT 2001


Pavel Tsekov wrote:
> 
> "Gary R. Van Sickle" wrote:
> >
> 

Argh... Please, ignore the lines below :(

> And add a break here:
> 
>         if (_strnicmp (l, "Content-Length:", 15) == 0)
>  +        {
>  +          sscanf (l, "%*s %d", &file_size);
>  +          break;
>  +        }
>



More information about the Cygwin-patches mailing list