Историја ревизија

Аутор SHA1 Порука Датум
  Brad Fitzpatrick 9b41faf85f From handler goroutines, don't assume serve loop goroutine is still active. пре 11 година
  Brad Fitzpatrick a9672f2ddf Fix Chrome help text пре 11 година
  Brad Fitzpatrick 00b90c62cf Update README пре 11 година
  Brad Fitzpatrick 864937f5e6 Add hints on how to use HTTP/2 to the demo пре 11 година
  Brad Fitzpatrick 8f15f1c68c Add a tiled gopher handler demo. пре 11 година
  Brad Fitzpatrick 87829bbff4 Send some initial settings. пре 11 година
  Brad Fitzpatrick 6639ea4789 Goroutine handler пре 11 година
  Brad Fitzpatrick 7482ed0f30 Require TLS 1.2+ пре 11 година
  Brad Fitzpatrick 86664816ff More demo handlers. пре 11 година
  Brad Fitzpatrick 107292a161 Fixes to demo site. пре 11 година
  Brad Fitzpatrick adee152a1a Work on public demo server. пре 11 година
  Brad Fitzpatrick bd39196e5c CloseNotifier support and associated tests and discovered bugs & fixes пре 11 година
  Brad Fitzpatrick bc00c57301 Process more settings. Several aren't used yet. пре 11 година
  Brad Fitzpatrick 3d7a3adb4e Fix stream state transitions and remove from map when states goes to CLOSED. пре 11 година
  Brad Fitzpatrick b7d6561059 Fix race in test пре 11 година
  Brad Fitzpatrick 0db6d6557b Add a failing state transition test. пре 11 година
  Brad Fitzpatrick 6d3aa4f311 Interrupt Request.Body.Read on RSTStream or connection close. пре 11 година
  Brad Fitzpatrick b0b6955472 Add HTTP_1_1_REQUIRED error code. пре 11 година
  Brad Fitzpatrick 4ea2134aa5 Fix infinite recursion in ErrCode.Error method. пре 11 година
  Brad Fitzpatrick a95922a458 add a TODO пре 11 година
  Brad Fitzpatrick 55815ec7b5 Write flow control token overflow errors on the writeFrames loop, add tests. пре 11 година
  Brad Fitzpatrick 4e0d1079c0 Merge branch 'master' of github.com:bradfitz/http2 пре 11 година
  Brad Fitzpatrick 7a430dbfa1 Move initial settings writing to writing goroutine. пре 11 година
  Brad Fitzpatrick 162751004b Remove TODOs from TestServerWithCurl; make it send a body too пре 11 година
  Brad Fitzpatrick 9d63ade81d Automatic 100-continue support пре 11 година
  Brad Fitzpatrick a29a323269 Replace wantWriteFrameCh with a method. пре 11 година
  Brad Fitzpatrick d07a0e4d5e Simply, break up serve loop, handle SettingsFrames better, ACK them, etc пре 11 година
  Brad Fitzpatrick 2ab3950069 Add SettingsFrame.IsAck accessor пре 11 година
  Brad Fitzpatrick da4be5d317 Rename frameAndProcessed to frameAndGate, add little helper type. пре 11 година
  Brad Fitzpatrick 9584203e73 Pull readPreface into its own method, add timeout per TODO пре 11 година