[Resin-interest] [resin-interest] how to make isapi_srun.dll not to use chunked encoding?

2010-01-30 Thread Moody Lee
Hi, we're using IIS6.0 + Resin 3.0.21. when I use an http client to send a request Resin via IIS, the reponse I got used chunked encoding. but my http client can't read that, so I want to make Resin not to use chunked encoding. When I send the request directly to Resin, but not IIS, the reponse

Re: [Resin-interest] [resin-interest] how to make isapi_srun.dll not to use chunked encoding?

2010-02-02 Thread Moody Lee
Thanks. We now send the request in 'HTTP/1.0' to avoid that problem. Hope we can see that feature in the next release. 2010/2/2 Alex a...@caucho.com is there any way to disable the chunked encoding when using isapi_srun.dll? Not at the moment, I am afraid. I added a bug report: