1. 21 May, 2011 1 commit
    • Brad Fitzpatrick's avatar
      http: include Host header in requests, even with proxies · e4b94224
      Brad Fitzpatrick authored
      A user pointed out that Go didn't work with their
      corp proxy, always throwing 400 Bad Request errors.
      
      Looking at the RFC 2616, Host is always required,
      even with proxies.
      
      The old code assumed that writing an absolute URL
      in the first line of an HTTP request implied
      that the Host header was no longer necessary.
      
      Double-checked behavior with curl.
      
      R=golang-dev, dsymonds
      CC=golang-dev
      https://golang.org/cl/4539075
      e4b94224
  2. 20 May, 2011 9 commits
  3. 19 May, 2011 5 commits
  4. 18 May, 2011 12 commits
  5. 17 May, 2011 12 commits
  6. 16 May, 2011 1 commit