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