Histórico de Commits

Autor SHA1 Mensagem Data
  Brad Fitzpatrick 42fe2e1c20 http2: don't check WriteHeader status if we've already sent the header há 6 anos atrás
  Tom Bergan db473f6b23 http2: don't autodetect Content-Type when the response has an empty body há 7 anos atrás
  Brad Fitzpatrick d3b7d8cc97 http2: panic on invalid WriteHeader status code há 7 anos atrás
  Brad Fitzpatrick fb018015d5 http2: don't log about timeouts reading client preface on new connections há 7 anos atrás
  Anmol Sethi a337091b05 http2: require either ECDSA or RSA ciphersuite há 8 anos atrás
  Tom Bergan cd69bc3fc7 http2: always delay closing the connection after sending GOAWAY há 7 anos atrás
  Brad Fitzpatrick fe686d45ea http2: fix Server race há 7 anos atrás
  Tom Bergan a8e8f92cd6 http2: remove extra goroutine stack from awaitGracefulShutdown há 7 anos atrás
  Brad Fitzpatrick 34057069f4 http2: reduce the number of select cases in serverConn.server há 7 anos atrás
  Tom Bergan 84f0e6f92b http2: fix lock contention slowdown due to gracefulShutdownCh há 7 anos atrás
  Tom Bergan 5602c733f7 http2: Use NO_ERROR instead of CANCEL when responding before the request is finished há 7 anos atrás
  Kale Blankenship d1e1b35191 http2: enforce write deadline per stream há 7 anos atrás
  Tom Bergan 906cda9512 http2: add configurable knobs for the server's receive window há 7 anos atrás
  Tom Bergan 10c134ea0d http2: replace fixedBuffer with dataBuffer há 7 anos atrás
  Dmitri Shuralyov 357296a763 all: single space after period há 8 anos atrás
  Kale Blankenship 8fd7f25955 http2: clear WriteTimeout in Server há 7 anos atrás
  Brad Fitzpatrick 45e771701b http2: fix typo há 8 anos atrás
  Tom Bergan 4909c4c0b6 http2: fix incorrect panic há 8 anos atrás
  Tom Bergan 1195a05d03 http2: fix race in writePushPromise há 8 anos atrás
  Tom Bergan 3d9a20a7a1 http2: don't flush a stream's write queue in sc.resetStream há 8 anos atrás
  Tom Bergan 0c96df335e http2: fix minor stream accounting bug há 8 anos atrás
  Mikio Hara 1c5acb2c2d http2: fix a typo há 8 anos atrás
  Brad Fitzpatrick 6dfeb344d8 http2: make Server respect http1 Server's SetKeepAlivesEnabled há 8 anos atrás
  Brad Fitzpatrick 0e2717dc3c http2: conditionally log stacks from panics in Server Handlers like net/http há 8 anos atrás
  Brad Fitzpatrick 9ef22118a4 http2: fix CloseNotify data race há 8 anos atrás
  Tom Bergan 40d3034e57 http2: don't overflow stream IDs in server push há 8 anos atrás
  Tom Bergan 87635b2611 http2: disable server push on receiving a GOAWAY há 8 anos atrás
  Tom Bergan 55a3084c91 http2: fix state tracking for pushed streams há 8 anos atrás
  Brad Fitzpatrick 569280fa63 http2: fix over-aggressive ignoring of frames while in "go away" mode há 8 anos atrás
  Brad Fitzpatrick 3389ddeea9 http2: remove h2-14 ALPN proto há 8 anos atrás