Skip to content
  1. May 24, 2005
  2. May 21, 2005
  3. May 20, 2005
  4. May 19, 2005
  5. May 18, 2005
  6. May 17, 2005
  7. May 16, 2005
  8. May 11, 2005
    • Daniel Stenberg's avatar
      Modified the default HTTP headers used by libcurl: · 5d9fc28f
      Daniel Stenberg authored
      A) Normal non-proxy HTTP:
      
       - no more "Pragma: no-cache" (this only makes sense to proxies)
      
      B) Non-CONNECT HTTP request over proxy:
      
       - "Pragma: no-cache" is used (like before)
       - "Proxy-Connection: Keep-alive" (for older style 1.0-proxies)
      
      C) CONNECT HTTP request over proxy:
      
       - "Host: [name]:[port]"
       - "Proxy-Connection: Keep-alive"
      5d9fc28f
  9. May 10, 2005
  10. May 09, 2005
  11. May 07, 2005
  12. May 06, 2005
  13. May 04, 2005
  14. May 03, 2005
  15. May 02, 2005
  16. May 01, 2005