Commit történet

Szerző SHA1 Üzenet Dátum
  Brad Fitzpatrick 0f1a865e18 Don't send stream WINDOW_UPDATEs when client has sent END_STREAM 11 éve
  Brad Fitzpatrick 962595cae1 Fix copy/paste typo in server_test.go 11 éve
  Brad Fitzpatrick 7189a05631 New TODO, related to a known crash 11 éve
  Brad Fitzpatrick c57de9fa40 Updated TODO 11 éve
  Brad Fitzpatrick c8bab6aad6 Move server's WINDOW_UPDATE sending logic into the serve loop. 11 éve
  Brad Fitzpatrick 953b51136f Add bigger TODO comment and replace 65536 with meaningful constant. 11 éve
  Brad Fitzpatrick e2233f79ae Add known-failing test. Panic stack trace reported by Mathieu from Camlistore. 11 éve
  Brad Fitzpatrick 73ff02dc2e Merge pull request #22 from DanielMorsing/ca 11 éve
  Brad Fitzpatrick 401665bf51 Merge pull request #21 from DanielMorsing/push 11 éve
  Daniel Morsing 784ac63e5b add Daniel to C+A 11 éve
  Daniel Morsing 9f25169dc9 Send GOAWAY if server receives a PUSH_PROMISE. 11 éve
  Daniel Morsing b7c97da766 Add ability to write and parse push promise frames. 11 éve
  Brad Fitzpatrick 73d2f1e5ab Clarify PriorityParam.Weight's range. 11 éve
  Brad Fitzpatrick 6a9b77b404 Track whether peer has acked our latest settings. 11 éve
  Brad Fitzpatrick 5b95eb395f Forget pending frames when stream is closed (e.g. RST) 11 éve
  Brad Fitzpatrick a92fa95e54 Simplify write scheduler a bit, remove serverConn.writeFrame's fast path for now 11 éve
  Brad Fitzpatrick 9b7b38309b Add a test that empty DATA frames aren't flow-controlled. 11 éve
  Brad Fitzpatrick 987661858c Use the initialWindowSize constant directly when setting the conn flow 11 éve
  Brad Fitzpatrick 021bb68637 Add debug String method to frameWriteMsg and writeData 11 éve
  Brad Fitzpatrick 6bb6643a08 Fix typo 11 éve
  Brad Fitzpatrick 17a4784adc Merge pull request #19 from tatsuhiro-t/enforce-connfc 11 éve
  Tatsuhiro Tsujikawa cc1e1da51b Respect peer's connection-level flow control 11 éve
  Brad Fitzpatrick 605f62817c Write scheduler changes towards selecting between competing writing streams. 11 éve
  Brad Fitzpatrick 2ee3a49964 Start of priority processing. Untested. 11 éve
  Brad Fitzpatrick 50effbafcc Add HeadersFrame.HasPriority accessor. 11 éve
  Brad Fitzpatrick 914bad543c Make stream a bit more general and remove the serverConn pointer. 11 éve
  Brad Fitzpatrick 2b45947877 Move handler writing flow control to serve goroutine's frame scheduler. 11 éve
  Brad Fitzpatrick 9581fe11cc Increase prefaceTimeout. I actually hit this myself. 11 éve
  Brad Fitzpatrick f16a0b35be Shrink frameWriteMsg, add writeFramer interface, remove empty interfaces. 11 éve
  Brad Fitzpatrick 379332fca9 Merge pull request #18 from tatsuhiro-t/encoder-doc-fix 11 éve