1. 12 Sep, 2000 3 commits
  2. 11 Sep, 2000 4 commits
  3. 10 Sep, 2000 2 commits
  4. 09 Sep, 2000 12 commits
  5. 08 Sep, 2000 5 commits
  6. 07 Sep, 2000 1 commit
  7. 06 Sep, 2000 1 commit
  8. 02 Sep, 2000 1 commit
  9. 01 Sep, 2000 2 commits
  10. 30 Aug, 2000 2 commits
  11. 29 Aug, 2000 4 commits
  12. 28 Aug, 2000 2 commits
  13. 26 Aug, 2000 1 commit
    • Jeff Trawick's avatar
      Call ap_pass_brigade() *before* soaking up stderr. The normal CGI · 504b66e5
      Jeff Trawick authored
      is going to write a bunch of stuff to stdout and nothing to stderr.
      Reading stderr before processing the stdout pipe can cause deadlock if
      the CGI fills the kernel buffer for stdout because the CGI will stall
      writing to stdout while the httpd process will stall reading from the
      CGI's stderr.
      
      The NPH CGI behavior was unchanged.  If this is still a problem for NPH
      CGIs, it was a problem before filtering too.
      
      Also, get rid of a couple of unused variables in cgi_handler.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86150 13f79535-47bb-0310-9956-ffa450edef68
      504b66e5