Connection not closeing ater sending result of pipeline

2006-08-25 Thread [EMAIL PROTECTED]
Hi, I am currently working on integrating a secondary system to our Cocoon based application. For this we have a pipeline using a request in a multipart http request to do some processing and use a cocoon-pipeline for sending the result. Everything is working fine except for one thing.

Re: Connection not closeing ater sending result of pipeline

2006-08-25 Thread Bertrand Delacretaz
On 8/25/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ...It seems that keeping the connection alive is a good thing for serving browsers, but in our case the client is a simple socket-based application. .. Have you tried adding a Connection: close HTTP header to your client request? I've