Historique des commits

Auteur SHA1 Message Date
  Brad Fitzpatrick ef20fe5d79 http2: make Transport.IdleConnTimeout consider wall (not monotonic) time il y a 5 ans
  Lars Lehtonen 53de4c7853 http2: fix test goroutine il y a 5 ans
  Olivier Poitrey 491137f692 http2: split cookie pair into separate hpack header fields il y a 5 ans
  Tianji Wu 24e19bdeb0 http2: end stream eagerly after sending the request body il y a 5 ans
  Brad Fitzpatrick d5cec38845 http2: disable a flaky test on Windows for now, add more logging il y a 5 ans
  Michael Fraenkel 3ec1911272 http2: track reused connections il y a 5 ans
  Michael Fraenkel 74e053c68e http2: make empty method mean GET il y a 5 ans
  Brad Fitzpatrick 351d144fa1 http2: revert Transport's strict interpretation of MAX_CONCURRENT_STREAMS il y a 6 ans
  Ruslan Nigmatullin 1c5f79cfb1 http2: don't leak streams on broken body il y a 6 ans
  Brad Fitzpatrick 22700d5518 http2: remove support for Go 1.8 and earlier il y a 6 ans
  Brad Fitzpatrick a1d68217f8 http2: export a field of an internal type for use by net/http il y a 6 ans
  Brad Fitzpatrick a45b4abe13 http2: ignore unknown 1xx responses like HTTP/1 il y a 6 ans
  Brad Fitzpatrick cffdcf672a http2: use GetBody unconditionally on Transport retry, when available il y a 6 ans
  Olivier Poitrey b87faa7691 http2: implement client initiated graceful shutdown il y a 8 ans
  Brad Fitzpatrick 6f138e0f60 http2: compare Connection header value case-insensitively il y a 6 ans
  Filippo Valsorda db08ff08e8 Revert "http2: add X-Content-Type-Options automatically to prevent sniffing" il y a 6 ans
  Brad Fitzpatrick dfa909b99c http2: fix flaky TestTransportHandlerBodyClose il y a 6 ans
  Filippo Valsorda f73e4c9ed3 http2: add X-Content-Type-Options automatically to prevent sniffing il y a 6 ans
  namusyaka cbe0f9307d all: remove "the" duplications il y a 6 ans
  Gregory Man 6921abc35d http2: discard logger output in invalid response tests il y a 7 ans
  Brad Fitzpatrick 3e050b2a66 http2: don't crash in Transport on server's DATA following bogus HEADERS il y a 7 ans
  Tom Bergan 01c190206f http2: fix transport data race on reused *http.Request objects il y a 7 ans
  Michael Fraenkel 92447d5589 http2: Discard data reads on HEAD requests il y a 7 ans
  Anand K. Mistry 1087133bc4 net/http2: reset client stream after processing response headers il y a 7 ans
  Mike Appleby 66aacef3dd http2: Respect peer's SETTINGS_MAX_HEADER_LIST_SIZE in ClientConn il y a 8 ans
  Olivier Poitrey 57efc9c3d9 http2: reject DATA frame before HEADERS frame il y a 7 ans
  Tom Bergan 1c05540f68 http2: block RoundTrip when the Transport hits MaxConcurrentStreams il y a 7 ans
  Tom Bergan 945ddfdd3b http2: retry requests after receiving REFUSED STREAM il y a 7 ans
  Tom Bergan d4223d6710 http2: refund connection flow control on DATA frames received after reset il y a 7 ans
  Brad Fitzpatrick 973f3f3bbd http2: make Transport treat http.NoBody like it were nil il y a 7 ans