I have a module which returns SUSPENDED from its handler
in order to do stuff in the background before replying to the HTTP client.
Can I resume the SUSPENDED connection after the reply has been generated
in order to reuse the connection (e.g. keep-alive) for future HTTP requests?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to