提交历史

作者 SHA1 备注 提交日期
  Tom Bergan 186fd3fc81 [release-branch.go1.8] http2: fix lock contention slowdown due to gracefulShutdownCh 7 年之前
  Kale Blankenship 8fd7f25955 http2: clear WriteTimeout in Server 7 年之前
  Brad Fitzpatrick 45e771701b http2: fix typo 8 年之前
  Tom Bergan 4909c4c0b6 http2: fix incorrect panic 8 年之前
  Tom Bergan 1195a05d03 http2: fix race in writePushPromise 8 年之前
  Tom Bergan 3d9a20a7a1 http2: don't flush a stream's write queue in sc.resetStream 8 年之前
  Tom Bergan 0c96df335e http2: fix minor stream accounting bug 8 年之前
  Mikio Hara 1c5acb2c2d http2: fix a typo 8 年之前
  Brad Fitzpatrick 6dfeb344d8 http2: make Server respect http1 Server's SetKeepAlivesEnabled 8 年之前
  Brad Fitzpatrick 0e2717dc3c http2: conditionally log stacks from panics in Server Handlers like net/http 8 年之前
  Brad Fitzpatrick 9ef22118a4 http2: fix CloseNotify data race 8 年之前
  Tom Bergan 40d3034e57 http2: don't overflow stream IDs in server push 8 年之前
  Tom Bergan 87635b2611 http2: disable server push on receiving a GOAWAY 8 年之前
  Tom Bergan 55a3084c91 http2: fix state tracking for pushed streams 8 年之前
  Brad Fitzpatrick 569280fa63 http2: fix over-aggressive ignoring of frames while in "go away" mode 8 年之前
  Brad Fitzpatrick 3389ddeea9 http2: remove h2-14 ALPN proto 8 年之前
  Brad Fitzpatrick 541150ac4f http2: make http2.Server access http1's Server via an interface check 8 年之前
  Brad Fitzpatrick 73058b0420 http2: add support for graceful shutdown of Server 8 年之前
  Brad Fitzpatrick 76c1a11e06 http2: change how Server.IdleTimeout is initialized from http.Server 8 年之前
  Brad Fitzpatrick b336a971b7 http2: initialize Server.IdleTimeout from http.Server as http1 does 8 年之前
  Brad Fitzpatrick b626cca987 http2: fix optimized write scheduling 8 年之前
  Tom Bergan c46f265c32 http2: implement support for server push 8 年之前
  Tom Bergan 65dfc08770 http2: reject stream self-dependencies 8 年之前
  Brad Fitzpatrick e7b14352cc http2: optimize server frame writes 8 年之前
  Tom Bergan 4be9b97e3a http2: interface to support pluggable schedulers 8 年之前
  Brad Fitzpatrick c33d37840d http2: add Server.IdleTimeout 8 年之前
  Brad Fitzpatrick 41c5c5cb12 http2: make Server return conn protocol errors on bad idle stream frames 8 年之前
  Brad Fitzpatrick 40a0a18980 http2: fix Server race with concurrent Read/Close 8 年之前
  Brad Fitzpatrick 3bafa3320e http2: make Server reuse 64k request body buffer between requests 8 年之前
  Brad Fitzpatrick 697293012c http2: in Server, disarm connection's ReadTimeout after first request 8 年之前