Skip to content
  1. Feb 21, 2002
    • Graham Leggett's avatar
      When proxy enabled a slow frontend client to read from an · 23c905ee
      Graham Leggett authored
           expensive backend server, it would wait until it had delivered
           the response to the slow frontend client completely before
           closing the backend connection. The backend connection is now
           closed as soon as the last byte is read from it, freeing up
           resources that would have been tied up unnecessarily.
      
      The proxy code read chunks from the backend server in a
           hardcoded amount of 8k. The existing ProxyReceiveBufferSize
           parameter has been overloaded to specify the size of this buffer.
      
      PR:
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93526 13f79535-47bb-0310-9956-ffa450edef68
      23c905ee
  2. Feb 19, 2002
  3. Feb 18, 2002
  4. Feb 15, 2002
  5. Feb 13, 2002
  6. Feb 11, 2002
  7. Feb 09, 2002
  8. Feb 08, 2002
  9. Feb 06, 2002
  10. Feb 05, 2002
  11. Feb 04, 2002
  12. Feb 02, 2002
  13. Feb 01, 2002
  14. Jan 31, 2002
  15. Jan 27, 2002
  16. Jan 25, 2002
  17. Jan 24, 2002
  18. Jan 22, 2002
  19. Jan 21, 2002
  20. Jan 20, 2002