Merge branch 'master' of github.com:michael-lazar/jetforce

This commit is contained in:
Michael Lazar 2019-08-29 23:51:33 -04:00
commit c626494bfc
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ expected to write the entire gemini response *verbatim* to stdout:
2. The optional response body on subsequent lines 2. The optional response body on subsequent lines
The script is not allowed to respond with HTTP headers like ``Content-Type``, The script is not allowed to respond with HTTP headers like ``Content-Type``,
or other special CGI headers like internal redirects. or any other special CGI headers like internal file redirects.
Some of the HTTP specific environment variables like ``REQUEST_METHOD`` are not Some of the HTTP specific environment variables like ``REQUEST_METHOD`` are not
used, because they don't make sense in the context of a Gemini request. used, because they don't make sense in the context of a Gemini request.