Skip to content
Snippets Groups Projects
  1. Mar 14, 2015
  2. Nov 20, 2014
  3. Sep 14, 2007
  4. Jan 23, 2007
  5. 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
  6. Apr 15, 2005
  7. Dec 11, 2004
  8. Sep 08, 2004
  9. Feb 09, 2004
  10. Apr 30, 2003
  11. Jan 29, 2002
  12. May 23, 2001
Loading