Skip to content
Snippets Groups Projects
  1. Jul 15, 2006
  2. Jul 14, 2006
  3. Jul 13, 2006
  4. Jul 12, 2006
  5. Jul 11, 2006
  6. Jul 10, 2006
  7. Jul 11, 2006
  8. Jul 10, 2006
  9. Jul 09, 2006
  10. Jul 07, 2006
    • Alexis S. L. Carvalho's avatar
      Respect "Connection: close" headers sent by HTTP clients. · 276de216
      Alexis S. L. Carvalho authored
      A HTTP client can indicate that it doesn't support (or doesn't want)
      persistent connections by sending this header.
      
      This not only makes the server more compliant with the RFC, but also
      reduces the run time of test-http-proxy when run with python 2.3 from
      ~125s to ~5s (it doesn't affect it with python 2.4, which was already
      ~5s).
      276de216
Loading