Commit History

Author SHA1 Message Date
  Matt Layher 51b824be1f Fix several issues found by 'go vet' 11 years ago
  Brad Fitzpatrick f64ceef66c Add a POST benchmark. Notably to show all the garbage from the body buffer. 11 years ago
  Brad Fitzpatrick 5df015f2d6 Enforce cipher suites. 11 years ago
  Brad Fitzpatrick 003b93b072 Add tests that we reject TLS 1.0 and TLS 1.1 11 years ago
  Brad Fitzpatrick 741cd6dd99 Start of a server benchmark. Also, make serverTester less allocation-heavy. 11 years ago
  Brad Fitzpatrick f3a6d9a1b0 Fix a crash and state transitions when handler closes while client still open 11 years ago
  Brad Fitzpatrick 996adcbea3 Make the currently-skipped known-failing test actually fail. 11 years ago
  Brad Fitzpatrick a98415a3d1 remove back-to-back map lookup in processResetStream 11 years ago
  Brad Fitzpatrick 0f1a865e18 Don't send stream WINDOW_UPDATEs when client has sent END_STREAM 11 years ago
  Brad Fitzpatrick 962595cae1 Fix copy/paste typo in server_test.go 11 years ago
  Brad Fitzpatrick e2233f79ae Add known-failing test. Panic stack trace reported by Mathieu from Camlistore. 11 years ago
  Daniel Morsing 9f25169dc9 Send GOAWAY if server receives a PUSH_PROMISE. 11 years ago
  Brad Fitzpatrick 9b7b38309b Add a test that empty DATA frames aren't flow-controlled. 11 years ago
  Brad Fitzpatrick 6bb6643a08 Fix typo 11 years ago
  Tatsuhiro Tsujikawa cc1e1da51b Respect peer's connection-level flow control 11 years ago
  Brad Fitzpatrick 2b45947877 Move handler writing flow control to serve goroutine's frame scheduler. 11 years ago
  Brad Fitzpatrick 7ded6e2215 Send CONTINUATION frames from server. 11 years ago
  Brad Fitzpatrick 36d9a67b6d Export the NPN/ALPN protocol constant 11 years ago
  Brad Fitzpatrick 8ec321e392 More tests, clean up test log noise, fix a GOAWAY bug. 11 years ago
  Brad Fitzpatrick b3e0a87fae Move enforcement of SETTINGS_MAX_CONCURRENT_STREAMS later. 11 years ago
  Brad Fitzpatrick 6ec1731884 Add MaxConcurrentStreams streams tunable and enforce it. 11 years ago
  Brad Fitzpatrick 4c687c6af8 Respect client's advertised flow control window size when writing from Handlers. 11 years ago
  Brad Fitzpatrick 7fff37a946 Fix tests broken by rc227e9c from #16 11 years ago
  Brad Fitzpatrick 21896bb2f9 Add Framer.WriteRawFrame, add max frame tunable, reject large frames. 11 years ago
  Brad Fitzpatrick 9b41faf85f From handler goroutines, don't assume serve loop goroutine is still active. 11 years ago
  Brad Fitzpatrick bd39196e5c CloseNotifier support and associated tests and discovered bugs & fixes 11 years ago
  Brad Fitzpatrick 3d7a3adb4e Fix stream state transitions and remove from map when states goes to CLOSED. 11 years ago
  Brad Fitzpatrick b7d6561059 Fix race in test 11 years ago
  Brad Fitzpatrick 0db6d6557b Add a failing state transition test. 11 years ago
  Brad Fitzpatrick 6d3aa4f311 Interrupt Request.Body.Read on RSTStream or connection close. 11 years ago