Skip to content
  1. Mar 02, 2001
  2. Feb 26, 2001
  3. Feb 25, 2001
  4. Feb 23, 2001
  5. Feb 22, 2001
  6. Feb 21, 2001
  7. Feb 20, 2001
  8. Feb 18, 2001
  9. Feb 17, 2001
  10. Feb 16, 2001
  11. Feb 15, 2001
  12. Feb 13, 2001
  13. Feb 12, 2001
  14. Feb 11, 2001
  15. Feb 10, 2001
  16. Feb 09, 2001
  17. Feb 07, 2001
  18. Feb 06, 2001
    • 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
Loading