Commit Briefs

Omar Polo

close fcgi socket when not marked as keepalive

if the server hasn't specified the FCGI_KEEP_CONN bit in the request, close the socket when we're done. This seems to be what httpd(8) (most of the time) wants.


Omar Polo

drop debug printf


Omar Polo

filter out empty lines


Omar Polo

improve gemtext -> html conversion



Omar Polo

TODO


Omar Polo

fix request URL

use the matched proxy_name and append the received PATH_INFO. Still undecided wether I should sanitize things here or not.



Omar Polo

drop useless proxy_accept wrapper

just call fcgi_accept (with args tweaked)


Omar Polo

+gitignore


Omar Polo

initial import