1. 29 Dec, 2005 1 commit
    • Paul Querna's avatar
      Add support for reading FCGI_STDOUT and FCGI_END_REQUEST records from the · 5c708e2d
      Paul Querna authored
      back end fastcgi process.  This includes switching to a poll based dispatch
      loop that handles interleaved reads and writes.
      
      * modules/proxy/mod_proxy_fcgi.c
        (MAX_INPUT_BYTES): Removed, we now use AP_IOBUFSIZE.
        (handle_headers): New helper function for parsing headers out of the
         response data.
        (send_stdin): Removed, code incorporated into dispatch routine.
        (dispatch): New, poll based dispatch loop that handles both reads and
         writes.
        (fcgi_do_request): Call new dispatch routine.  Return OK if we get
         through without errors.
      
      Submitted By: Garrett Rooney <rooneg apache.org>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fcgi-proxy-dev@359901 13f79535-47bb-0310-9956-ffa450edef68
      5c708e2d
  2. 27 Dec, 2005 1 commit
  3. 26 Dec, 2005 1 commit
  4. 23 Dec, 2005 2 commits
  5. 18 Dec, 2005 2 commits
  6. 17 Dec, 2005 1 commit
  7. 16 Dec, 2005 9 commits
  8. 15 Dec, 2005 2 commits
  9. 14 Dec, 2005 5 commits
  10. 12 Dec, 2005 2 commits
  11. 11 Dec, 2005 6 commits
  12. 10 Dec, 2005 4 commits
  13. 09 Dec, 2005 1 commit
  14. 08 Dec, 2005 1 commit
  15. 07 Dec, 2005 2 commits