Commit History

Author SHA1 Message Date
  Brad Fitzpatrick 749a502dd1 http2: don't sniff first Request.Body byte in Transport until we have a conn 9 years ago
  Brad Fitzpatrick 57c7820920 http2: add Transport support for unicode domain names 9 years ago
  Brad Fitzpatrick 324491d706 http2: fix bug where '*' as a valid :path value in Transport 9 years ago
  Mikio Hara cfe3c2a752 icmp: don't step on recycled socket descriptors 9 years ago
  Brad Fitzpatrick 9313baa13d net: skip tests on OS X 10.8 to avoid a kernel panic 9 years ago
  Brad Fitzpatrick 1358eff22f http2: fix all vet warnings 9 years ago
  Mikio Hara 9bc2a3340c internal/netreflect: fix test on nacl, plan9 and windows 9 years ago
  Mikio Hara 6250b41279 ipv6: deduplicate socket option code 9 years ago
  Mikio Hara b398290406 ipv4: deduplicate socket option code 9 years ago
  Mikio Hara 7722dc0af8 ipv6: use of internal/netreflect package 9 years ago
  Mikio Hara 7625277703 ipv4: use of internal/netreflect package 9 years ago
  Mikio Hara 6c89f96179 internal/netreflect: new package 9 years ago
  Brad Fitzpatrick 3a1f9ef983 http2: don't send bogus :path pseudo headers if Request.URL.Opaque is set 9 years ago
  Brad Fitzpatrick 7394c112ea http2: fix protocol violation regression when writing certain request bodies 9 years ago
  Volker Dobler 07b51741c1 publicsuffix: update table to latest list from publicsuffix.org 9 years ago
  Brad Fitzpatrick 075e191f18 http2: adjust flow control on open streams when processing SETTINGS 9 years ago
  Brad Fitzpatrick 7c62cfdccc http2: add missing import path declaration 9 years ago
  Brad Fitzpatrick 57bfaa875b http2: add more Transport logging around why connections close 9 years ago
  Brad Fitzpatrick e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers 9 years ago
  Brad Fitzpatrick f6d2119838 http2: add more HEADERS and error logging in GODEBUG=http2debug=2 mode 9 years ago
  Brad Fitzpatrick 28d1bd4fbe http2: make Transport work around mod_h2 bug 9 years ago
  Brad Fitzpatrick 35028a49ca http2: don't ignore DATA padding in flow control 9 years ago
  Brad Fitzpatrick 6a513affb3 http2: return flow control for closed streams 9 years ago
  Brad Fitzpatrick 9f2c271364 http2: fix data race on cc.singleUse 9 years ago
  Mikio Hara 4d38db7685 route: don't crash or hang up with corrupted messages 9 years ago
  Brad Fitzpatrick 3797cd8864 http2: make Transport prefer HTTP response header recv before body write error 9 years ago
  Brad Fitzpatrick be28236b90 http2: make Transport treat "Connection: close" the same as Request.Close 9 years ago
  Ian Lance Taylor 45b61eaf18 context/ctxhttp: if context is canceled, return its error 9 years ago
  Brad Fitzpatrick e90d6d0afc http2: fix flaky TestTransportResPattern_* tests 9 years ago
  Brad Fitzpatrick a728288923 http2: make Transport honor Request.Close more aggressively 9 years ago