CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2013/09/06 06:17:28
Modified files: usr.sbin/slowcgi: slowcgi.c Log message: When dumping FastCGI protocol headers during debug, dump the "request begin" and "request end" protocol entries in addition While here, make the "FastCGI request body" struct's name more precise (fcgi_end_request -> fcgi_end_request_body). okay florian@