提交歷史

作者 SHA1 備註 提交日期
  Brad Fitzpatrick 741cd6dd99 Start of a server benchmark. Also, make serverTester less allocation-heavy. 11 年之前
  Brad Fitzpatrick 57999e3998 Load the spec coverage in tests lazily. 11 年之前
  Brad Fitzpatrick 64b29183e7 Add a test to catch that nobody rearranges fields in FrameHeader 11 年之前
  Brad Fitzpatrick 2b445ee680 Add more docs to the FrameHeader type and UnknownFrame.Payload 11 年之前
  Brad Fitzpatrick f3a6d9a1b0 Fix a crash and state transitions when handler closes while client still open 11 年之前
  Brad Fitzpatrick 996adcbea3 Make the currently-skipped known-failing test actually fail. 11 年之前
  Brad Fitzpatrick a98415a3d1 remove back-to-back map lookup in processResetStream 11 年之前
  Brad Fitzpatrick b2ca8da1f3 Add a TODO about crypto/tls.Conn.CloseWrite 11 年之前
  Brad Fitzpatrick 675c492965 Remove a TODO that's already done. 11 年之前
  Brad Fitzpatrick 0f1a865e18 Don't send stream WINDOW_UPDATEs when client has sent END_STREAM 11 年之前
  Brad Fitzpatrick 962595cae1 Fix copy/paste typo in server_test.go 11 年之前
  Brad Fitzpatrick 7189a05631 New TODO, related to a known crash 11 年之前
  Brad Fitzpatrick c57de9fa40 Updated TODO 11 年之前
  Brad Fitzpatrick c8bab6aad6 Move server's WINDOW_UPDATE sending logic into the serve loop. 11 年之前
  Brad Fitzpatrick 953b51136f Add bigger TODO comment and replace 65536 with meaningful constant. 11 年之前
  Brad Fitzpatrick e2233f79ae Add known-failing test. Panic stack trace reported by Mathieu from Camlistore. 11 年之前
  Brad Fitzpatrick 73ff02dc2e Merge pull request #22 from DanielMorsing/ca 11 年之前
  Brad Fitzpatrick 401665bf51 Merge pull request #21 from DanielMorsing/push 11 年之前
  Daniel Morsing 784ac63e5b add Daniel to C+A 11 年之前
  Daniel Morsing 9f25169dc9 Send GOAWAY if server receives a PUSH_PROMISE. 11 年之前
  Daniel Morsing b7c97da766 Add ability to write and parse push promise frames. 11 年之前
  Brad Fitzpatrick 73d2f1e5ab Clarify PriorityParam.Weight's range. 11 年之前
  Brad Fitzpatrick 6a9b77b404 Track whether peer has acked our latest settings. 11 年之前
  Brad Fitzpatrick 5b95eb395f Forget pending frames when stream is closed (e.g. RST) 11 年之前
  Brad Fitzpatrick a92fa95e54 Simplify write scheduler a bit, remove serverConn.writeFrame's fast path for now 11 年之前
  Brad Fitzpatrick 9b7b38309b Add a test that empty DATA frames aren't flow-controlled. 11 年之前
  Brad Fitzpatrick 987661858c Use the initialWindowSize constant directly when setting the conn flow 11 年之前
  Brad Fitzpatrick 021bb68637 Add debug String method to frameWriteMsg and writeData 11 年之前
  Brad Fitzpatrick 6bb6643a08 Fix typo 11 年之前
  Brad Fitzpatrick 17a4784adc Merge pull request #19 from tatsuhiro-t/enforce-connfc 11 年之前