Historial de Commits

Autor SHA1 Mensaje Fecha
  Mikio Hara 1c5acb2c2d http2: fix a typo hace 9 años
  Brad Fitzpatrick 6dfeb344d8 http2: make Server respect http1 Server's SetKeepAlivesEnabled hace 9 años
  Brad Fitzpatrick 0e2717dc3c http2: conditionally log stacks from panics in Server Handlers like net/http hace 9 años
  Brad Fitzpatrick 9ef22118a4 http2: fix CloseNotify data race hace 9 años
  Tom Bergan 40d3034e57 http2: don't overflow stream IDs in server push hace 9 años
  Tom Bergan 87635b2611 http2: disable server push on receiving a GOAWAY hace 9 años
  Tom Bergan 55a3084c91 http2: fix state tracking for pushed streams hace 9 años
  Brad Fitzpatrick 569280fa63 http2: fix over-aggressive ignoring of frames while in "go away" mode hace 9 años
  Brad Fitzpatrick 3389ddeea9 http2: remove h2-14 ALPN proto hace 9 años
  Brad Fitzpatrick 541150ac4f http2: make http2.Server access http1's Server via an interface check hace 9 años
  Brad Fitzpatrick 73058b0420 http2: add support for graceful shutdown of Server hace 9 años
  Brad Fitzpatrick 76c1a11e06 http2: change how Server.IdleTimeout is initialized from http.Server hace 9 años
  Brad Fitzpatrick b336a971b7 http2: initialize Server.IdleTimeout from http.Server as http1 does hace 9 años
  Brad Fitzpatrick b626cca987 http2: fix optimized write scheduling hace 9 años
  Tom Bergan c46f265c32 http2: implement support for server push hace 9 años
  Tom Bergan 65dfc08770 http2: reject stream self-dependencies hace 9 años
  Brad Fitzpatrick e7b14352cc http2: optimize server frame writes hace 9 años
  Tom Bergan 4be9b97e3a http2: interface to support pluggable schedulers hace 9 años
  Brad Fitzpatrick c33d37840d http2: add Server.IdleTimeout hace 9 años
  Brad Fitzpatrick 41c5c5cb12 http2: make Server return conn protocol errors on bad idle stream frames hace 9 años
  Brad Fitzpatrick 40a0a18980 http2: fix Server race with concurrent Read/Close hace 9 años
  Brad Fitzpatrick 3bafa3320e http2: make Server reuse 64k request body buffer between requests hace 9 años
  Brad Fitzpatrick 697293012c http2: in Server, disarm connection's ReadTimeout after first request hace 9 años
  Brad Fitzpatrick e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers hace 9 años
  Brad Fitzpatrick 35028a49ca http2: don't ignore DATA padding in flow control hace 9 años
  Brad Fitzpatrick 6a513affb3 http2: return flow control for closed streams hace 9 años
  Jonathan Rudenberg b400c2eff1 http2: add additional blacklisted ciphersuites hace 9 años
  Brad Fitzpatrick 0c607074ac http2: prevent Server from sending status 100 header after anything else hace 9 años
  Brad Fitzpatrick 4d07e8a493 http2: let handlers close Request.Body without killing streams hace 9 años
  Brad Fitzpatrick 3c5cb154b0 http2: reject more trailer values hace 9 años