Re: Send a 200 0K return status without the content

2025-05-13 Thread Vincent Veyron
Sorry, I did not mean to hijack this thread, re-posting. On Tue, 13 May 2025 19:37:07 +0200 Vincent Veyron wrote: > On Wed, 23 Apr 2025 15:06:44 -0500 > Mithun Bhattacharya wrote: > > Hi Mithun, > > In a recent thread, you wrote : > > > > > mod_perl code is where you are sending the h

Send a 200 0K return status without the content

2025-05-13 Thread Vincent Veyron
On Wed, 23 Apr 2025 15:06:44 -0500 Mithun Bhattacharya wrote: Hi Mithun, In a recent thread, you wrote : > > mod_perl code is where you are sending the http return status to make sure > the client doesn't timeout waiting for the server to respond. > Could you explain how this is done, I thou