Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Re: MaxLineLength / MaxLineAction
| Subject: | Re: MaxLineLength / MaxLineAction |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 20 Feb 2008 10:34:03 |
"dk_sz" <dk_sz@hotmail.com> wrote in message
news:47bc1757$2@newsgroups.borland.com...
> I seem to encounter websites that go beyond the
> default max size limit which gives me exceptions...
Are you using TIdHTTP to download them? If not, then what are you using
exactly? TIdHTTP does not use ReadLn() to receive website data beyond the
initial response headers, which should never exceed any line length
limitations as they are not supposed to be very long to begin with.
Gambit
none