> The error is to do only one SSL_read() instead of looping aruond it
> until you get to know you've reached the end.
>
> What happens is that network reads will get you just one packet at a
> time, most often (perhaps there's some socket option that can arrange
> this, I dunno), and many web servers will send just the headers ni the
> first TCP packet, and then send the document itself in one or more
> consecutve packets. Thus, you need to loop.
I tried that and now I get nothing back. I've attached the update source.
Please take a look at it and see if you can figure out what's wrong. Thank
you very much.
i.c