I am writing an apache module and I am wondering how to handle the case where my ap_rwrite tries to write something back to the client and the client does not respond to it. Does the call to ap_rwrite block until that happens?
Can I set a timeout on that? If so, what is it called?
Thanks!