Commit History

Author SHA1 Message Date
  Brad Fitzpatrick a1d68217f8 http2: export a field of an internal type for use by net/http 7 years ago
  Brad Fitzpatrick a45b4abe13 http2: ignore unknown 1xx responses like HTTP/1 7 years ago
  Brad Fitzpatrick cffdcf672a http2: use GetBody unconditionally on Transport retry, when available 7 years ago
  Olivier Poitrey b87faa7691 http2: implement client initiated graceful shutdown 9 years ago
  Brad Fitzpatrick 6f138e0f60 http2: compare Connection header value case-insensitively 7 years ago
  Filippo Valsorda db08ff08e8 Revert "http2: add X-Content-Type-Options automatically to prevent sniffing" 7 years ago
  Brad Fitzpatrick dfa909b99c http2: fix flaky TestTransportHandlerBodyClose 7 years ago
  Filippo Valsorda f73e4c9ed3 http2: add X-Content-Type-Options automatically to prevent sniffing 7 years ago
  namusyaka cbe0f9307d all: remove "the" duplications 7 years ago
  Gregory Man 6921abc35d http2: discard logger output in invalid response tests 8 years ago
  Brad Fitzpatrick 3e050b2a66 http2: don't crash in Transport on server's DATA following bogus HEADERS 8 years ago
  Tom Bergan 01c190206f http2: fix transport data race on reused *http.Request objects 8 years ago
  Michael Fraenkel 92447d5589 http2: Discard data reads on HEAD requests 8 years ago
  Anand K. Mistry 1087133bc4 net/http2: reset client stream after processing response headers 8 years ago
  Mike Appleby 66aacef3dd http2: Respect peer's SETTINGS_MAX_HEADER_LIST_SIZE in ClientConn 9 years ago
  Olivier Poitrey 57efc9c3d9 http2: reject DATA frame before HEADERS frame 8 years ago
  Tom Bergan 1c05540f68 http2: block RoundTrip when the Transport hits MaxConcurrentStreams 8 years ago
  Tom Bergan 945ddfdd3b http2: retry requests after receiving REFUSED STREAM 8 years ago
  Tom Bergan d4223d6710 http2: refund connection flow control on DATA frames received after reset 8 years ago
  Brad Fitzpatrick 973f3f3bbd http2: make Transport treat http.NoBody like it were nil 8 years ago
  Brad Fitzpatrick 6b17b9baf5 http2: stop rejecting outgoing paths beginning with two slashes 8 years ago
  Tom Bergan 1a26cf0669 http2: Discard DATA frames from the server after the response body is closed 8 years ago
  Brad Fitzpatrick 5961165da7 http2: mostly test for Transport memory issue 8 years ago
  Dmitry Savintsev feeb485667 http2: add all bad ciphers, use package constants 8 years ago
  Brad Fitzpatrick 007e530097 http2: don't allow writing non-zero padding unless Framer.AllowIllegalWrites 9 years ago
  Brad Fitzpatrick b1a2d6e8c8 http2: speed up TestTransportFlowControl in short mode 9 years ago
  Brad Fitzpatrick e31bd588d1 http2: allow Transport to connect to https://[v6literal]/ without port 9 years ago
  Brad Fitzpatrick 8dab929343 http2: make Transport retry on server's GOAWAY graceful shutdown 9 years ago
  Tom Bergan 4a1c855a05 http2: test for retry after GOAWAY 9 years ago
  Brad Fitzpatrick 6c4ac8bdbf http2: fix Transport race sending RST_STREAM while reading DATA on cancels 9 years ago