Commit Verlauf

Autor SHA1 Nachricht Datum
  Brad Fitzpatrick 24ab552e98 http2: fix Transport's flow control control when writing request bodies vor 10 Jahren
  Blake Mizerany 1b27761f1c http2: swallow io.EOF while reading body and flow fix vor 10 Jahren
  Blake Mizerany ce84af2e5b http2: append query to :path pseudo-header vor 10 Jahren
  Blake Mizerany e1a5816c9b http2: add DialTLS to Transport vor 10 Jahren
  Brad Fitzpatrick efe38d9b30 http2: push stream look up later in Transport, address some TODOs/cleanups vor 10 Jahren
  Brad Fitzpatrick 0a9f6507bc http2: prevent deadlock channel send in server Handler if client disappears vor 10 Jahren
  Brad Fitzpatrick a7d8d4e9cf http2: send WINDOW_UPDATE frames while reading Transport Response bodies vor 10 Jahren
  Brad Fitzpatrick 6281f06c8c http2: add per-Response buffered response bodies with separate flow control vor 10 Jahren
  Brad Fitzpatrick 09d2a416fa http2: write Transport bodies vor 10 Jahren
  Brad Fitzpatrick b7f5d985f9 http2: change the pipe and buffer code vor 10 Jahren
  Brad Fitzpatrick 2cba614e8f http2: remove Transport.Fallback vor 10 Jahren
  Brad Fitzpatrick e71042db1c http2: add Transport.AddIdleConn vor 10 Jahren
  Brad Fitzpatrick 9946ad7d5e http2: quiet Transport logging vor 10 Jahren
  Brad Fitzpatrick 564010564f http2: fix server race vor 10 Jahren
  Brad Fitzpatrick c972803da8 http2: update the curl and nghttp2 versions used in tests vor 10 Jahren
  Brad Fitzpatrick ddbc69e05b http2: fix broken test after ConfigureServer change vor 10 Jahren
  Brad Fitzpatrick 42ad50856d http2: make ConfigureServer set PreferServerCipherSuites, return an errors vor 10 Jahren
  Sameer Ajmani 96feaeba77 context: attempt to deflake TestLayersTimeout with timer padding. vor 10 Jahren
  Brad Fitzpatrick cd8c2701a5 http2: add support for net/http.Server.ConnState tracking vor 10 Jahren
  Brad Fitzpatrick 21c3935a8f http2/hpack: push down max string length checking further, improve docs vor 10 Jahren
  Brad Fitzpatrick 52798024a3 http2/h2demo: allow alternate hostnames for http and https links vor 10 Jahren
  Andrew Gerrand 6d10a0c3ea http2: update copyright headers vor 10 Jahren
  Brad Fitzpatrick 59e870b296 http2, http2/hpack: add limit on sum of header block fragments vor 10 Jahren
  Brad Fitzpatrick c94bffa210 http2: don't leaving hanging server goroutines after RST_STREAM from client vor 10 Jahren
  Brad Fitzpatrick 271cfc1e29 http2: fix handling of errors from the readFrames goroutine vor 10 Jahren
  Brad Fitzpatrick 442fc736aa http2/hpack: fix nil pointer dereference crash in huffman decoder vor 10 Jahren
  Brad Fitzpatrick d8f3c68ddd http2: fix enforcement of max header list size vor 10 Jahren
  Brad Fitzpatrick 2a045c20e4 http2: change two debug log.Printf calls to vlogf vor 10 Jahren
  Brad Fitzpatrick 4b709d9377 http2/hpack: make staticTable an array, not a slice vor 10 Jahren
  Brad Fitzpatrick 29704b8f8f http2: advertise and enforce hpack max header list size vor 10 Jahren