Hi UHLAR, I am developping a http/1.1 client with chunk-parser, and I wanna find a httpserver(which transfers the data in chunk mode) to verify my chunk-parser.
Best RegardsNicle Yang2006/9/4, Matus UHLAR - fantomas <[EMAIL PROTECTED]>:
On 04.09.06 12:00, Nicle Yang wrote:> The apac
Hi all, The apache manual says:"If the client requests it, chunked
encoding will be used in order to send content of unknown
length over persistent connections.", but I wanna the apache transfer the data in chunked mode, even though we the length of the data. How can I configure it?Best