Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Apr : IdHTTP how to set read buffer?
| Subject: | IdHTTP how to set read buffer? |
| Posted by: | "Samson Fu" (fusams..@gmail.com) |
| Date: | Wed, 20 Apr 2005 18:02:24 |
I want to handle data send from http server immediatelly.
I implemented a TStream to pass to Get method of a IdHTTP, for HTTP streamming.
But seems IdHTTP have buffered the received data, and call Stream.write when the buffer is full or timeout.
How to change the IdHTTP Internal read Buffer? and make it more realtime when read data to Get Stream?
Thanks!
--
Samson Fu