Histórico de commits

Autor SHA1 Mensagem Data
  Brad Fitzpatrick 6c4ac8bdbf http2: fix Transport race sending RST_STREAM while reading DATA on cancels 9 anos atrás
  Brad Fitzpatrick c33d37840d http2: add Server.IdleTimeout 9 anos atrás
  Brad Fitzpatrick a625e39532 http2: never Read from Request.Body in Transport to determine ContentLength 9 anos atrás
  Ivan Babrou cd95c68ba2 http2: mention bogus header value in error messages 9 anos atrás
  Olivier Poitrey ed0556cc88 http2: implement Ping method on ClientConn 9 anos atrás
  ayanamist fbd690d915 x/net/http2: use request url scheme 9 anos atrás
  Brad Fitzpatrick 749a502dd1 http2: don't sniff first Request.Body byte in Transport until we have a conn 9 anos atrás
  Brad Fitzpatrick 1358eff22f http2: fix all vet warnings 9 anos atrás
  Brad Fitzpatrick 3a1f9ef983 http2: don't send bogus :path pseudo headers if Request.URL.Opaque is set 9 anos atrás
  Brad Fitzpatrick 7394c112ea http2: fix protocol violation regression when writing certain request bodies 9 anos atrás
  Brad Fitzpatrick 075e191f18 http2: adjust flow control on open streams when processing SETTINGS 9 anos atrás
  Brad Fitzpatrick e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers 9 anos atrás
  Brad Fitzpatrick 28d1bd4fbe http2: make Transport work around mod_h2 bug 9 anos atrás
  Brad Fitzpatrick 35028a49ca http2: don't ignore DATA padding in flow control 9 anos atrás
  Brad Fitzpatrick 6a513affb3 http2: return flow control for closed streams 9 anos atrás
  Brad Fitzpatrick e90d6d0afc http2: fix flaky TestTransportResPattern_* tests 9 anos atrás
  Brad Fitzpatrick a728288923 http2: make Transport honor Request.Close more aggressively 9 anos atrás
  Brad Fitzpatrick c9a3c546a1 http2: fix flaky TestTransportReqBodyAfterResponse_403 9 anos atrás
  Brad Fitzpatrick 8e573f4005 http2: merge multiple GOAWAY frames' contents into error message 9 anos atrás
  Brad Fitzpatrick ef2e00e88c http2: make Transport return server's GOAWAY error back to the user 9 anos atrás
  Andrew Gerrand 154d9f9ea8 http2: consider buffered data when doing stream flow control 9 anos atrás
  Mikio Hara dfd9ed699e http2: fix nits in test 9 anos atrás
  ayanamist b3e9c8fbe0 http2: allow http scheme for http2 9 anos atrás
  Brad Fitzpatrick 4d07e8a493 http2: let handlers close Request.Body without killing streams 9 anos atrás
  Brad Fitzpatrick 5916dcb167 http2, lex/httplex: make Transport reject bogus headers before sending 9 anos atrás
  Roland Shoemaker 024ed629fd http2: Ignore Keep-Alive header in requests 9 anos atrás
  Brad Fitzpatrick 991d3e32f7 http2: make Transport handle HEAD responses with DATA frames 9 anos atrás
  Brad Fitzpatrick 4d06dbdaa6 http2: reduce alloc-heavy init 9 anos atrás
  Brad Fitzpatrick 3f5b0e6e67 http2: don't override user's Transport.TLSConfig.ServerName 9 anos atrás
  Brad Fitzpatrick 9e1fb3c175 http2: move merging of HEADERS and CONTINUATION into Framer 9 anos atrás