1. 31 Mar, 2013 1 commit
    • Brad Fitzpatrick's avatar
      net/http: Transport: be paranoid about any non-100 1xx response · b80ce203
      Brad Fitzpatrick authored
      Since we can't properly handle anything except 100, treat all
      1xx informational responses as sketchy and don't reuse the
      connection for future requests.
      
      The only other 1xx response code currently in use in the wild
      is WebSockets' use of "101 Switching Protocols", but our
      code.google.com/p/go.net/websockets doesn't use Client or
      Transport: it uses ReadResponse directly, so is unaffected by
      this CL.  (and its tests still pass)
      
      So this CL is entirely just future-proofing paranoia.
      Also: the Internet is weird.
      
      Update #2184
      Update #3665
      
      R=golang-dev, dsymonds
      CC=golang-dev
      https://golang.org/cl/8208043
      b80ce203
  2. 30 Mar, 2013 13 commits
  3. 29 Mar, 2013 17 commits
  4. 28 Mar, 2013 9 commits