Commit Briefs

Omar Polo

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.


Omar Polo

event_del only when we have a socket


Omar Polo

style; parenthesize returns


Omar Polo

fix reconfiguration



Omar Polo

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" }


Omar Polo

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.


Omar Polo

initial import