From 8cb25b363d925aa5b455613813dc5a1c4c129ecc Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 23 Jun 2014 13:33:35 -0600 Subject: [PATCH] We do not do NPH either --- README | 2 -- 1 file changed, 2 deletions(-) diff --git a/README b/README index d608a8f..88e378a 100644 --- a/README +++ b/README @@ -90,8 +90,6 @@ eris will use sendfile on Linux to enable zero-copy TCP. If eris is given the -c option, it will regard files whose names end with ".cgi" as CGI programs and try to execute them. -CGI programs starting with "nph-" will be handled as no-parse-header -CGIs. Please see for the CGI specification.