Commit History

Author SHA1 Message Date
  Brad Fitzpatrick 541150ac4f http2: make http2.Server access http1's Server via an interface check 8 years ago
  Brad Fitzpatrick 73058b0420 http2: add support for graceful shutdown of Server 8 years ago
  Brad Fitzpatrick 76c1a11e06 http2: change how Server.IdleTimeout is initialized from http.Server 8 years ago
  Brad Fitzpatrick b336a971b7 http2: initialize Server.IdleTimeout from http.Server as http1 does 8 years ago
  Brad Fitzpatrick b626cca987 http2: fix optimized write scheduling 8 years ago
  Tom Bergan c46f265c32 http2: implement support for server push 8 years ago
  Tom Bergan 65dfc08770 http2: reject stream self-dependencies 8 years ago
  Brad Fitzpatrick e7b14352cc http2: optimize server frame writes 8 years ago
  Tom Bergan 4be9b97e3a http2: interface to support pluggable schedulers 8 years ago
  Brad Fitzpatrick c33d37840d http2: add Server.IdleTimeout 8 years ago
  Brad Fitzpatrick 41c5c5cb12 http2: make Server return conn protocol errors on bad idle stream frames 8 years ago
  Brad Fitzpatrick 40a0a18980 http2: fix Server race with concurrent Read/Close 8 years ago
  Brad Fitzpatrick 3bafa3320e http2: make Server reuse 64k request body buffer between requests 8 years ago
  Brad Fitzpatrick 697293012c http2: in Server, disarm connection's ReadTimeout after first request 8 years ago
  Brad Fitzpatrick e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers 8 years ago
  Brad Fitzpatrick 35028a49ca http2: don't ignore DATA padding in flow control 8 years ago
  Brad Fitzpatrick 6a513affb3 http2: return flow control for closed streams 8 years ago
  Jonathan Rudenberg b400c2eff1 http2: add additional blacklisted ciphersuites 8 years ago
  Brad Fitzpatrick 0c607074ac http2: prevent Server from sending status 100 header after anything else 8 years ago
  Brad Fitzpatrick 4d07e8a493 http2: let handlers close Request.Body without killing streams 8 years ago
  Brad Fitzpatrick 3c5cb154b0 http2: reject more trailer values 8 years ago
  Brad Fitzpatrick 8aacbecd63 http2: with Go 1.7 set Request.Context in ServeHTTP handlers 8 years ago
  Brad Fitzpatrick af4fee9d05 http2: make Server reject connection-level headers with a 400 response 8 years ago
  Brad Fitzpatrick 1600a4cd69 http2: revert part of e7da8eda to fix data race it introduced 8 years ago
  Brad Fitzpatrick 4876518f9e http2: don't make garbage when sorting things 8 years ago
  Brad Fitzpatrick c56178077d http2: remove method value allocation per read frame 8 years ago
  Brad Fitzpatrick e7da8edaa5 http2: reduce garbage in Server on requests with bodies 8 years ago
  Brad Fitzpatrick 9e1fb3c175 http2: move merging of HEADERS and CONTINUATION into Framer 8 years ago
  Brad Fitzpatrick 6ccd6698c6 http2: export Server.ServeConn 8 years ago
  Brad Fitzpatrick d513e58596 http2: add mechanism to send undeclared Trailers mid handler 8 years ago