Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: Delphi2007, Indy10, TidHttp, site returns 500 but has content
| Subject: | Re: Delphi2007, Indy10, TidHttp, site returns 500 but has content |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 18 Oct 2007 18:51:01 |
"dk_sz" <dk_sz@hotmail.com> wrote in message
news:471802ff$1@newsgroups.borland.com...
> Personal preference I guess. I think it would be more
> intuitive if everything went to the user supplied stream.
That wouldn't be a good idea when an error occurs. The stream would not
contain the type of data the user was expecting to receive. That could be
disasterous depending on the type of stream being used. Imagine what could
happen if a database blob or flat file failed parsing later on because
erroneous data was saved to it.
Gambit