Commit History

Author SHA1 Message Date
  Brad Fitzpatrick d62542d18c http2: client conn pool abstraction 10 years ago
  Brad Fitzpatrick 633434aadc http2: add Transport.RoundTripOpt, adds option to RoundTrip without new dials 10 years ago
  Volker Dobler b4e17d61b1 publicsuffix: update table to latest list from publicsuffix.org. 10 years ago
  Brad Fitzpatrick c95266fa70 http2: fix Server race with ResponseWriter.curWrite re-use 10 years ago
  Brad Fitzpatrick 2fd7f1556c http2: another Transport body-writing bug fix, and more tests 10 years ago
  Brad Fitzpatrick 24ab552e98 http2: fix Transport's flow control control when writing request bodies 10 years ago
  Blake Mizerany 1b27761f1c http2: swallow io.EOF while reading body and flow fix 10 years ago
  Blake Mizerany ce84af2e5b http2: append query to :path pseudo-header 10 years ago
  Blake Mizerany e1a5816c9b http2: add DialTLS to Transport 10 years ago
  Brad Fitzpatrick efe38d9b30 http2: push stream look up later in Transport, address some TODOs/cleanups 10 years ago
  Brad Fitzpatrick 0a9f6507bc http2: prevent deadlock channel send in server Handler if client disappears 10 years ago
  Brad Fitzpatrick a7d8d4e9cf http2: send WINDOW_UPDATE frames while reading Transport Response bodies 10 years ago
  Brad Fitzpatrick 6281f06c8c http2: add per-Response buffered response bodies with separate flow control 10 years ago
  Brad Fitzpatrick 09d2a416fa http2: write Transport bodies 10 years ago
  Brad Fitzpatrick b7f5d985f9 http2: change the pipe and buffer code 10 years ago
  Brad Fitzpatrick 2cba614e8f http2: remove Transport.Fallback 10 years ago
  Brad Fitzpatrick e71042db1c http2: add Transport.AddIdleConn 10 years ago
  Brad Fitzpatrick 9946ad7d5e http2: quiet Transport logging 10 years ago
  Brad Fitzpatrick 564010564f http2: fix server race 10 years ago
  Brad Fitzpatrick c972803da8 http2: update the curl and nghttp2 versions used in tests 10 years ago
  Brad Fitzpatrick ddbc69e05b http2: fix broken test after ConfigureServer change 10 years ago
  Brad Fitzpatrick 42ad50856d http2: make ConfigureServer set PreferServerCipherSuites, return an errors 10 years ago
  Sameer Ajmani 96feaeba77 context: attempt to deflake TestLayersTimeout with timer padding. 10 years ago
  Brad Fitzpatrick cd8c2701a5 http2: add support for net/http.Server.ConnState tracking 10 years ago
  Brad Fitzpatrick 21c3935a8f http2/hpack: push down max string length checking further, improve docs 10 years ago
  Brad Fitzpatrick 52798024a3 http2/h2demo: allow alternate hostnames for http and https links 10 years ago
  Andrew Gerrand 6d10a0c3ea http2: update copyright headers 10 years ago
  Brad Fitzpatrick 59e870b296 http2, http2/hpack: add limit on sum of header block fragments 10 years ago
  Brad Fitzpatrick c94bffa210 http2: don't leaving hanging server goroutines after RST_STREAM from client 10 years ago
  Brad Fitzpatrick 271cfc1e29 http2: fix handling of errors from the readFrames goroutine 10 years ago