Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : MaxLineLength / MaxLineAction

www.cryer.info
Managed Newsgroup Archive

MaxLineLength / MaxLineAction

Subject:MaxLineLength / MaxLineAction
Posted by:"dk_sz" (dk_..@hotmail.com)
Date:Wed, 20 Feb 2008 13:04:00

I seem to encounter websites that go beyond the
default max size limit which gives me exceptions...

I guess I could do something like:
FHttp.IOHandler.MaxLineLength := 1024 * 256;

But would setting:
FHttp.IOHandler.MaxLineAction := maSplit;
also solve my problems? Will everything be read?

Looking at *ReadLn* it seems it that if set to
*maSplit* it will set *FReadLnSplit* to True...


best regards
Thomas Schulz

Replies:

www.cryer.info
Managed Newsgroup Archive