1. 02 Mar, 2001 1 commit
  2. 26 Feb, 2001 3 commits
  3. 25 Feb, 2001 3 commits
  4. 23 Feb, 2001 2 commits
  5. 22 Feb, 2001 4 commits
  6. 21 Feb, 2001 4 commits
  7. 20 Feb, 2001 1 commit
  8. 18 Feb, 2001 1 commit
  9. 17 Feb, 2001 1 commit
  10. 16 Feb, 2001 3 commits
  11. 15 Feb, 2001 1 commit
  12. 13 Feb, 2001 2 commits
  13. 12 Feb, 2001 3 commits
  14. 11 Feb, 2001 3 commits
  15. 10 Feb, 2001 2 commits
  16. 09 Feb, 2001 2 commits
  17. 07 Feb, 2001 3 commits
  18. 06 Feb, 2001 1 commit
    • Ryan Bloom's avatar
      We have a poor abstraction in the protocol. This is a temporary · cff3c2b0
      Ryan Bloom authored
      hack to fix the bug, but it will need to be fixed for real.  If
      we find an error while sending out a custom error response, we back
      up to the first non-OK request and send the data.  Then, when we send
      the EOS from finalize_request_protocol, we go to the last request,
      to ensure that we aren't sending an EOS to a request that has already
      received one.  Because the data is sent on a different request than
      the EOS, the error text never gets sent down the filter stack.  This
      fixes the problem by finding the last request, and sending the data
      with that request.
      PR:	7165
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88000 13f79535-47bb-0310-9956-ffa450edef68
      cff3c2b0