提交歷史

作者 SHA1 備註 提交日期
  Brad Fitzpatrick 5e4e2dc4f7 Buffer the writing of frames. 11 年之前
  Brad Fitzpatrick 4bd712ca4f Merge branch 'master' of github.com:bradfitz/http2 11 年之前
  Brad Fitzpatrick 21896bb2f9 Add Framer.WriteRawFrame, add max frame tunable, reject large frames. 11 年之前
  Brad Fitzpatrick ced68682bb Merge pull request #11 from mattkeenan/master 11 年之前
  Brad Fitzpatrick e83691c16f Merge pull request #13 from gbbr/patch-2 11 年之前
  Brad Fitzpatrick 9b41faf85f From handler goroutines, don't assume serve loop goroutine is still active. 11 年之前
  Gabriel Aszalos 1aa5b31bb2 Update server.go 11 年之前
  Matt Keenan 0d51c7113d fix bug thinko 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 年之前