Commit Briefs

Omar Polo

free fastcgi param list


Omar Polo

TAILQ_REMOVE env and aliases during config_free

it's not technically required, since a couple of lines below we free whole host struct, and we don't have code that may use h->{env,aliases} afterwards, but it's nice not to have invalid pointers around. it may bite in the future.


Omar Polo

mention FastCGI in the README.md


Omar Polo

fix warnings in manpage

man -Tlint



Omar Polo

add `param' keyword



Omar Polo

reword last sentence


Omar Polo

improve docker example


Omar Polo

sync


Omar Polo

move gg to regress


Omar Polo

refactor fastcgi block


Omar Polo

document `fastcgi' config option


Omar Polo

define and use GMID_VERSION


Omar Polo

define some more fcgi param