Historique des commits

Auteur SHA1 Message Date
  Brad Fitzpatrick d4c55e66d8 [release-branch.go1.7] http2: never Read from Request.Body in Transport to determine ContentLength il y a 8 ans
  Brad Fitzpatrick 8d4d01f0e6 [release-branch.go1.7] http2: don't sniff first Request.Body byte in Transport until we have a conn il y a 8 ans
  Brad Fitzpatrick 917f3d5da6 [release-branch.go1.7] 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 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 e90d6d0afc http2: fix flaky TestTransportResPattern_* tests il y a 8 ans
  Brad Fitzpatrick a728288923 http2: make Transport honor Request.Close more aggressively il y a 8 ans
  Brad Fitzpatrick c9a3c546a1 http2: fix flaky TestTransportReqBodyAfterResponse_403 il y a 8 ans
  Brad Fitzpatrick 8e573f4005 http2: merge multiple GOAWAY frames' contents into error message il y a 8 ans
  Brad Fitzpatrick ef2e00e88c http2: make Transport return server's GOAWAY error back to the user il y a 8 ans
  Andrew Gerrand 154d9f9ea8 http2: consider buffered data when doing stream flow control il y a 8 ans
  Mikio Hara dfd9ed699e http2: fix nits in test il y a 8 ans
  ayanamist b3e9c8fbe0 http2: allow http scheme for http2 il y a 8 ans
  Brad Fitzpatrick 4d07e8a493 http2: let handlers close Request.Body without killing streams il y a 8 ans
  Brad Fitzpatrick 5916dcb167 http2, lex/httplex: make Transport reject bogus headers before sending il y a 8 ans
  Roland Shoemaker 024ed629fd http2: Ignore Keep-Alive header in requests il y a 8 ans
  Brad Fitzpatrick 991d3e32f7 http2: make Transport handle HEAD responses with DATA frames il y a 8 ans
  Brad Fitzpatrick 4d06dbdaa6 http2: reduce alloc-heavy init il y a 8 ans
  Brad Fitzpatrick 3f5b0e6e67 http2: don't override user's Transport.TLSConfig.ServerName il y a 8 ans
  Brad Fitzpatrick 9e1fb3c175 http2: move merging of HEADERS and CONTINUATION into Framer il y a 8 ans
  Brad Fitzpatrick cbbbe2bc0f http2: fix crash in Transport on double Read of invalid gzip Response.Body il y a 8 ans
  Mikio Hara 7f88271ea9 http2: fix a nit il y a 8 ans
  Brad Fitzpatrick 493a262469 http2: don't send Connection-level headers in Transport il y a 8 ans
  Brad Fitzpatrick b2ed34f6fc http2: validate received header field values in Server and Transport il y a 8 ans
  Brad Fitzpatrick f5de73ef1f http2: make Transport respect http1 Transport settings il y a 8 ans
  Brad Fitzpatrick 5c0dae85e4 http2: make Transport send a Content-Length il y a 8 ans
  Brad Fitzpatrick 341cd0845b http2: add Transport strictness, paranoia, logging for unwanted DATA frames il y a 8 ans