Commit History

Author SHA1 Message Date
  Brad Fitzpatrick 6b17b9baf5 http2: stop rejecting outgoing paths beginning with two slashes 7 years ago
  Tom Bergan 1a26cf0669 http2: Discard DATA frames from the server after the response body is closed 7 years ago
  Brad Fitzpatrick 5961165da7 http2: mostly test for Transport memory issue 7 years ago
  Dmitry Savintsev feeb485667 http2: add all bad ciphers, use package constants 7 years ago
  Brad Fitzpatrick 007e530097 http2: don't allow writing non-zero padding unless Framer.AllowIllegalWrites 7 years ago
  Brad Fitzpatrick b1a2d6e8c8 http2: speed up TestTransportFlowControl in short mode 8 years ago
  Brad Fitzpatrick e31bd588d1 http2: allow Transport to connect to https://[v6literal]/ without port 8 years ago
  Brad Fitzpatrick 8dab929343 http2: make Transport retry on server's GOAWAY graceful shutdown 8 years ago
  Tom Bergan 4a1c855a05 http2: test for retry after GOAWAY 8 years ago
  Brad Fitzpatrick 6c4ac8bdbf http2: fix Transport race sending RST_STREAM while reading DATA on cancels 8 years ago
  Brad Fitzpatrick c33d37840d http2: add Server.IdleTimeout 8 years ago
  Brad Fitzpatrick a625e39532 http2: never Read from Request.Body in Transport to determine ContentLength 8 years ago
  Ivan Babrou cd95c68ba2 http2: mention bogus header value in error messages 8 years ago
  Olivier Poitrey ed0556cc88 http2: implement Ping method on ClientConn 8 years ago
  ayanamist fbd690d915 x/net/http2: use request url scheme 8 years ago
  Brad Fitzpatrick 749a502dd1 http2: don't sniff first Request.Body byte in Transport until we have a conn 8 years ago
  Brad Fitzpatrick 1358eff22f http2: fix all vet warnings 8 years ago
  Brad Fitzpatrick 3a1f9ef983 http2: don't send bogus :path pseudo headers if Request.URL.Opaque is set 8 years ago
  Brad Fitzpatrick 7394c112ea http2: fix protocol violation regression when writing certain request bodies 8 years ago
  Brad Fitzpatrick 075e191f18 http2: adjust flow control on open streams when processing SETTINGS 8 years ago
  Brad Fitzpatrick e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers 8 years ago
  Brad Fitzpatrick 28d1bd4fbe http2: make Transport work around mod_h2 bug 8 years ago
  Brad Fitzpatrick 35028a49ca http2: don't ignore DATA padding in flow control 8 years ago
  Brad Fitzpatrick 6a513affb3 http2: return flow control for closed streams 8 years ago
  Brad Fitzpatrick e90d6d0afc http2: fix flaky TestTransportResPattern_* tests 8 years ago
  Brad Fitzpatrick a728288923 http2: make Transport honor Request.Close more aggressively 8 years ago
  Brad Fitzpatrick c9a3c546a1 http2: fix flaky TestTransportReqBodyAfterResponse_403 8 years ago
  Brad Fitzpatrick 8e573f4005 http2: merge multiple GOAWAY frames' contents into error message 8 years ago
  Brad Fitzpatrick ef2e00e88c http2: make Transport return server's GOAWAY error back to the user 8 years ago
  Andrew Gerrand 154d9f9ea8 http2: consider buffered data when doing stream flow control 8 years ago