Historique des commits

Auteur SHA1 Message Date
  Brad Fitzpatrick 0f2be02c5d http2: remove duplicate map lookups in checkConnHeaders il y a 9 ans
  Ivan Babrou cd95c68ba2 http2: mention bogus header value in error messages il y a 9 ans
  Brad Fitzpatrick 0d8126fc61 http2: don't sniff Request.Body on 100-continue requests in Transport il y a 9 ans
  Brad Fitzpatrick a333c534c8 http2: add Transport support for IdleConnTimeout il y a 9 ans
  Olivier Poitrey ed0556cc88 http2: implement Ping method on ClientConn il y a 9 ans
  ayanamist fbd690d915 x/net/http2: use request url scheme il y a 9 ans
  Brad Fitzpatrick 749a502dd1 http2: don't sniff first Request.Body byte in Transport until we have a conn il y a 9 ans
  Brad Fitzpatrick 57c7820920 http2: add Transport support for unicode domain names il y a 9 ans
  Brad Fitzpatrick 1358eff22f http2: fix all vet warnings il y a 9 ans
  Brad Fitzpatrick 3a1f9ef983 http2: don't send bogus :path pseudo headers if Request.URL.Opaque is set il y a 9 ans
  Brad Fitzpatrick 7394c112ea http2: fix protocol violation regression when writing certain request bodies il y a 9 ans
  Brad Fitzpatrick 075e191f18 http2: adjust flow control on open streams when processing SETTINGS il y a 9 ans
  Brad Fitzpatrick 57bfaa875b http2: add more Transport logging around why connections close il y a 9 ans
  Brad Fitzpatrick e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers il y a 9 ans
  Brad Fitzpatrick 28d1bd4fbe http2: make Transport work around mod_h2 bug il y a 9 ans
  Brad Fitzpatrick 35028a49ca http2: don't ignore DATA padding in flow control il y a 9 ans
  Brad Fitzpatrick 6a513affb3 http2: return flow control for closed streams il y a 9 ans
  Brad Fitzpatrick 9f2c271364 http2: fix data race on cc.singleUse il y a 9 ans
  Brad Fitzpatrick 3797cd8864 http2: make Transport prefer HTTP response header recv before body write error il y a 9 ans
  Brad Fitzpatrick be28236b90 http2: make Transport treat "Connection: close" the same as Request.Close il y a 9 ans
  Brad Fitzpatrick a728288923 http2: make Transport honor Request.Close more aggressively il y a 9 ans
  Brad Fitzpatrick 8e573f4005 http2: merge multiple GOAWAY frames' contents into error message il y a 9 ans
  Brad Fitzpatrick ef2e00e88c http2: make Transport return server's GOAWAY error back to the user il y a 9 ans
  Mikio Hara 313cf39d4a http2: fix data race on pipe il y a 9 ans
  Andrew Gerrand 154d9f9ea8 http2: consider buffered data when doing stream flow control il y a 9 ans
  Tom Bergan c4c3ea7191 http2: GotFirstResponseByte hook should only fire once il y a 9 ans
  ayanamist b3e9c8fbe0 http2: allow http scheme for http2 il y a 9 ans
  Brad Fitzpatrick 4d07e8a493 http2: let handlers close Request.Body without killing streams il y a 9 ans
  Brad Fitzpatrick 8a52c78636 http2: fix Transport.CloseIdleConnections when http1+http2 are wired together il y a 9 ans
  Brad Fitzpatrick 202ff482f7 http2: delay sending request body in Transport if 100-continue is set il y a 9 ans