Commit History

Author SHA1 Message Date
  Tom Bergan cd69bc3fc7 http2: always delay closing the connection after sending GOAWAY 8 years ago
  Brad Fitzpatrick fe686d45ea http2: fix Server race 8 years ago
  Tom Bergan a8e8f92cd6 http2: remove extra goroutine stack from awaitGracefulShutdown 8 years ago
  Brad Fitzpatrick 34057069f4 http2: reduce the number of select cases in serverConn.server 8 years ago
  Tom Bergan 84f0e6f92b http2: fix lock contention slowdown due to gracefulShutdownCh 8 years ago
  Tom Bergan 5602c733f7 http2: Use NO_ERROR instead of CANCEL when responding before the request is finished 8 years ago
  Kale Blankenship d1e1b35191 http2: enforce write deadline per stream 9 years ago
  Tom Bergan 906cda9512 http2: add configurable knobs for the server's receive window 8 years ago
  Tom Bergan 10c134ea0d http2: replace fixedBuffer with dataBuffer 8 years ago
  Dmitri Shuralyov 357296a763 all: single space after period 9 years ago
  Kale Blankenship 8fd7f25955 http2: clear WriteTimeout in Server 9 years ago
  Brad Fitzpatrick 45e771701b http2: fix typo 9 years ago
  Tom Bergan 4909c4c0b6 http2: fix incorrect panic 9 years ago
  Tom Bergan 1195a05d03 http2: fix race in writePushPromise 9 years ago
  Tom Bergan 3d9a20a7a1 http2: don't flush a stream's write queue in sc.resetStream 9 years ago
  Tom Bergan 0c96df335e http2: fix minor stream accounting bug 9 years ago
  Mikio Hara 1c5acb2c2d http2: fix a typo 9 years ago
  Brad Fitzpatrick 6dfeb344d8 http2: make Server respect http1 Server's SetKeepAlivesEnabled 9 years ago
  Brad Fitzpatrick 0e2717dc3c http2: conditionally log stacks from panics in Server Handlers like net/http 9 years ago
  Brad Fitzpatrick 9ef22118a4 http2: fix CloseNotify data race 9 years ago
  Tom Bergan 40d3034e57 http2: don't overflow stream IDs in server push 9 years ago
  Tom Bergan 87635b2611 http2: disable server push on receiving a GOAWAY 9 years ago
  Tom Bergan 55a3084c91 http2: fix state tracking for pushed streams 9 years ago
  Brad Fitzpatrick 569280fa63 http2: fix over-aggressive ignoring of frames while in "go away" mode 9 years ago
  Brad Fitzpatrick 3389ddeea9 http2: remove h2-14 ALPN proto 9 years ago
  Brad Fitzpatrick 541150ac4f http2: make http2.Server access http1's Server via an interface check 9 years ago
  Brad Fitzpatrick 73058b0420 http2: add support for graceful shutdown of Server 9 years ago
  Brad Fitzpatrick 76c1a11e06 http2: change how Server.IdleTimeout is initialized from http.Server 9 years ago
  Brad Fitzpatrick b336a971b7 http2: initialize Server.IdleTimeout from http.Server as http1 does 9 years ago
  Brad Fitzpatrick b626cca987 http2: fix optimized write scheduling 9 years ago