Historique des commits

Auteur SHA1 Message Date
  Gregory Man 6921abc35d http2: discard logger output in invalid response tests il y a 8 ans
  Brad Fitzpatrick 3e050b2a66 http2: don't crash in Transport on server's DATA following bogus HEADERS il y a 8 ans
  Tom Bergan 01c190206f http2: fix transport data race on reused *http.Request objects il y a 8 ans
  Michael Fraenkel 92447d5589 http2: Discard data reads on HEAD requests il y a 8 ans
  Anand K. Mistry 1087133bc4 net/http2: reset client stream after processing response headers il y a 8 ans
  Mike Appleby 66aacef3dd http2: Respect peer's SETTINGS_MAX_HEADER_LIST_SIZE in ClientConn il y a 9 ans
  Olivier Poitrey 57efc9c3d9 http2: reject DATA frame before HEADERS frame il y a 8 ans
  Tom Bergan 1c05540f68 http2: block RoundTrip when the Transport hits MaxConcurrentStreams il y a 8 ans
  Tom Bergan 945ddfdd3b http2: retry requests after receiving REFUSED STREAM il y a 8 ans
  Tom Bergan d4223d6710 http2: refund connection flow control on DATA frames received after reset il y a 8 ans
  Brad Fitzpatrick 973f3f3bbd http2: make Transport treat http.NoBody like it were nil il y a 8 ans
  Brad Fitzpatrick 6b17b9baf5 http2: stop rejecting outgoing paths beginning with two slashes il y a 8 ans
  Tom Bergan 1a26cf0669 http2: Discard DATA frames from the server after the response body is closed il y a 8 ans
  Brad Fitzpatrick 5961165da7 http2: mostly test for Transport memory issue il y a 8 ans
  Dmitry Savintsev feeb485667 http2: add all bad ciphers, use package constants il y a 8 ans
  Brad Fitzpatrick 007e530097 http2: don't allow writing non-zero padding unless Framer.AllowIllegalWrites il y a 9 ans
  Brad Fitzpatrick b1a2d6e8c8 http2: speed up TestTransportFlowControl in short mode il y a 9 ans
  Brad Fitzpatrick e31bd588d1 http2: allow Transport to connect to https://[v6literal]/ without port il y a 9 ans
  Brad Fitzpatrick 8dab929343 http2: make Transport retry on server's GOAWAY graceful shutdown il y a 9 ans
  Tom Bergan 4a1c855a05 http2: test for retry after GOAWAY il y a 9 ans
  Brad Fitzpatrick 6c4ac8bdbf http2: fix Transport race sending RST_STREAM while reading DATA on cancels il y a 9 ans
  Brad Fitzpatrick c33d37840d http2: add Server.IdleTimeout il y a 9 ans
  Brad Fitzpatrick a625e39532 http2: never Read from Request.Body in Transport to determine ContentLength il y a 9 ans
  Ivan Babrou cd95c68ba2 http2: mention bogus header value in error messages il y a 9 ans
  Olivier Poitrey ed0556cc88 http2: implement Ping method on ClientConn il y a 9 ans
  ayanamist fbd690d915 x/net/http2: use request url scheme il y a 9 ans
  Brad Fitzpatrick 749a502dd1 http2: don't sniff first Request.Body byte in Transport until we have a conn il y a 9 ans
  Brad Fitzpatrick 1358eff22f http2: fix all vet warnings il y a 9 ans
  Brad Fitzpatrick 3a1f9ef983 http2: don't send bogus :path pseudo headers if Request.URL.Opaque is set il y a 9 ans
  Brad Fitzpatrick 7394c112ea http2: fix protocol violation regression when writing certain request bodies il y a 9 ans