This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]