Hi, I'm writing some C code to handle HTTP header parsing inside of AOLserver (don't ask -- it's for CGI emulation inside of parsed Python scripts) and I'm running across a problem where a redirect is causing the connection to close, but the script continues to try to write to it.
Is there any way to determine if a connection is closed or not through the C API? thanks, --titus
