Commits


typo; continue instead of break if fcgi_abort_request fails the `fcgi' pointer is no longer valid, but we may still have to cleanup other inflight fcgi connections.


event_del only when we have a socket


style; parenthesize returns


fix reconfiguration


make the port number optional and keep it as string


simplify the configuration format don't require the awkward `server' block, just use a `proxy' block: proxy { source address port xyz hostname foo stylesheet "URL" }


don't leak a fd in the parent process i've commented the close during some debugging for don't remember what reason and forgot to turn it back on at import time.


initial import