]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add support for sending the FASTCGI_STDIN stream of data to the fastcgi
authorPaul Querna <pquerna@apache.org>
Tue, 27 Dec 2005 07:23:44 +0000 (07:23 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 27 Dec 2005 07:23:44 +0000 (07:23 +0000)
commit30dcfd2091868e05e3cc1f024f58ffa3d42c2bb2
treefa6795fcbda8d358f3d6770fdefe2556782563c2
parent25e436b05eb7f97fd1ee02959df709b500e26062
Add support for sending the FASTCGI_STDIN stream of data to the fastcgi
process.

* modules/proxy/mod_proxy_fcgi.c
  (fill_in_header): New helper function.
  (send_begin_request, send_environment): Fix formatting, use fill_in_header.
  (MAX_INPUT_BYTES): New constant.
  (send_stdin): New function.
  (fcgi_do_request): Send the body of the request via send_stdin.

Submitted By: Garrett Rooney <rooneg apache.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fcgi-proxy-dev@359183 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_fcgi.c