Commit History

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