1. 17 Sep, 2016 1 commit
  2. 15 Sep, 2016 2 commits
  3. 13 Sep, 2016 4 commits
  4. 12 Sep, 2016 2 commits
  5. 11 Sep, 2016 2 commits
  6. 10 Sep, 2016 2 commits
  7. 09 Sep, 2016 2 commits
  8. 07 Sep, 2016 1 commit
  9. 06 Sep, 2016 2 commits
  10. 03 Sep, 2016 2 commits
  11. 01 Sep, 2016 1 commit
  12. 31 Aug, 2016 1 commit
  13. 30 Aug, 2016 3 commits
  14. 29 Aug, 2016 12 commits
  15. 28 Aug, 2016 2 commits
  16. 27 Aug, 2016 1 commit
    • Eric Covener's avatar
      Stash the cgi PID earlier in mod_cgid · 260a1d6c
      Eric Covener authored
      In some cases, a 2nd CGI using the same c->id can get into
      the mod_cgid handler before cleanups have been run, causing
      the new CGI pid to be used by the first CGI's cleanup function.
      
      Instead of stashing c->id in the request processing thread,
      just use it before leaving the handler to get the pid.
      
      May indirectly fix PR57771, but it must have a slightly different
      cause because stashing the conn_id slightly differently was 
      supposed to be sufficient there.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1758083 13f79535-47bb-0310-9956-ffa450edef68
      260a1d6c