Skip to content
  1. Sep 17, 2016
  2. Sep 15, 2016
  3. Sep 13, 2016
  4. Sep 12, 2016
  5. Sep 11, 2016
  6. Sep 10, 2016
  7. Sep 09, 2016
  8. Sep 07, 2016
  9. Sep 06, 2016
  10. Sep 03, 2016
  11. Sep 01, 2016
  12. Aug 31, 2016
  13. Aug 30, 2016
  14. Aug 29, 2016
  15. Aug 28, 2016
  16. Aug 27, 2016
    • 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