Historique des commits

Auteur SHA1 Message Date
  Michael Fraenkel 44b7c21cbf http2: Discard data reads on HEAD requests il y a 7 ans
  Tom Bergan d4223d6710 http2: refund connection flow control on DATA frames received after reset il y a 7 ans
  Brad Fitzpatrick 973f3f3bbd http2: make Transport treat http.NoBody like it were nil il y a 7 ans
  Tom Bergan 1a26cf0669 http2: Discard DATA frames from the server after the response body is closed il y a 7 ans
  Tom Bergan 10c134ea0d http2: replace fixedBuffer with dataBuffer il y a 7 ans
  Dmitri Shuralyov 357296a763 all: single space after period il y a 8 ans
  Meir Fischer 69d4b8aa71 http2: remove unnecessary TODO for trailer keys allocation il y a 7 ans
  Brad Fitzpatrick e31bd588d1 http2: allow Transport to connect to https://[v6literal]/ without port il y a 8 ans
  Brad Fitzpatrick 8dab929343 http2: make Transport retry on server's GOAWAY graceful shutdown il y a 8 ans
  Brad Fitzpatrick 6c4ac8bdbf http2: fix Transport race sending RST_STREAM while reading DATA on cancels il y a 8 ans
  Brad Fitzpatrick a625e39532 http2: never Read from Request.Body in Transport to determine ContentLength il y a 8 ans
  Brad Fitzpatrick 0f2be02c5d http2: remove duplicate map lookups in checkConnHeaders il y a 8 ans
  Ivan Babrou cd95c68ba2 http2: mention bogus header value in error messages il y a 8 ans
  Brad Fitzpatrick 0d8126fc61 http2: don't sniff Request.Body on 100-continue requests in Transport il y a 8 ans
  Brad Fitzpatrick a333c534c8 http2: add Transport support for IdleConnTimeout il y a 8 ans
  Olivier Poitrey ed0556cc88 http2: implement Ping method on ClientConn il y a 8 ans
  ayanamist fbd690d915 x/net/http2: use request url scheme il y a 8 ans
  Brad Fitzpatrick 749a502dd1 http2: don't sniff first Request.Body byte in Transport until we have a conn il y a 8 ans
  Brad Fitzpatrick 57c7820920 http2: add Transport support for unicode domain names il y a 8 ans
  Brad Fitzpatrick 1358eff22f http2: fix all vet warnings il y a 8 ans
  Brad Fitzpatrick 3a1f9ef983 http2: don't send bogus :path pseudo headers if Request.URL.Opaque is set il y a 8 ans
  Brad Fitzpatrick 7394c112ea http2: fix protocol violation regression when writing certain request bodies il y a 8 ans
  Brad Fitzpatrick 075e191f18 http2: adjust flow control on open streams when processing SETTINGS il y a 8 ans
  Brad Fitzpatrick 57bfaa875b http2: add more Transport logging around why connections close il y a 8 ans
  Brad Fitzpatrick e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers il y a 8 ans
  Brad Fitzpatrick 28d1bd4fbe http2: make Transport work around mod_h2 bug il y a 8 ans
  Brad Fitzpatrick 35028a49ca http2: don't ignore DATA padding in flow control il y a 8 ans
  Brad Fitzpatrick 6a513affb3 http2: return flow control for closed streams il y a 8 ans
  Brad Fitzpatrick 9f2c271364 http2: fix data race on cc.singleUse il y a 8 ans
  Brad Fitzpatrick 3797cd8864 http2: make Transport prefer HTTP response header recv before body write error il y a 8 ans