From: Vasiljevic Z. <zv...@ar...> - 2010-05-05 07:48:48
|
On 04.05.2010, at 18:48, Stephen Deasey wrote: > Flushing headers is discouraged because it isn't needed for HTTP, it's > slow, and often extra headers need to be added depending on which > Write* calls you use. See my other mail... It is that my response is just headers, nothinh else. So I need the means of "closing" the request and sending just the headers w/o response body. > > I guess you could give access to nContentSent in a new public API. > What are you using it for? How are you writing the data? Well no data, just headers! I set some headers and want to send them to the remote w/o supplying any data. I gave some example in the other email to illustrate. Cheers Zoran |