Historique des commits

Auteur SHA1 Message Date
  Brad Fitzpatrick cfd7c4e8e3 Remove old, unused Framer field. il y a 11 ans
  Brad Fitzpatrick d95a834acb fix truncation of unknown setting ID in SettingID.String il y a 11 ans
  Brad Fitzpatrick e4cd9ad27e Add Server.PermitProhibitedCipherSuites option; update curl tests. il y a 11 ans
  Brad Fitzpatrick f0f7876b26 Don't enforce SNI for now. il y a 11 ans
  Brad Fitzpatrick 36f7934bd3 Be more verbose when rejecting connections; including which bogus ciphersuite. il y a 11 ans
  Brad Fitzpatrick 7684780928 In curl integration test, include output along with non-zero exit status in failure message. il y a 11 ans
  Brad Fitzpatrick af958b3ad4 Update curl in integration test Dockerfile to 7.40.0 il y a 11 ans
  Brad Fitzpatrick 2440b99f4f Merge branch 'master' of github.com:bradfitz/http2 il y a 11 ans
  Brad Fitzpatrick 12475b82fe h2demo: add build tag il y a 11 ans
  Brad Fitzpatrick 7882a790a7 Merge pull request #25 from mdlayher/go_vet il y a 11 ans
  Matt Layher 07d158ae76 Add mdlayher to AUTHORS and CONTRIBUTORS il y a 11 ans
  Matt Layher 51b824be1f Fix several issues found by 'go vet' il y a 11 ans
  Brad Fitzpatrick 2fcb356ed4 Merge pull request #24 from DanielMorsing/priority il y a 11 ans
  Daniel Morsing a5c5593a24 strengthen priority tree code and add tests il y a 11 ans
  Brad Fitzpatrick df959c2f39 Don't stringify the remote addr on each request. il y a 11 ans
  Brad Fitzpatrick cf89663d4f Move all the TODOs together il y a 11 ans
  Brad Fitzpatrick 068d35de36 Track the flow control of the peer explicitly. il y a 11 ans
  Brad Fitzpatrick 67607af558 Updaet TODO about idle clients. il y a 11 ans
  Brad Fitzpatrick f64ceef66c Add a POST benchmark. Notably to show all the garbage from the body buffer. il y a 11 ans
  Brad Fitzpatrick 5df015f2d6 Enforce cipher suites. il y a 11 ans
  Brad Fitzpatrick 842bf9fbb4 Enforce SNI il y a 11 ans
  Brad Fitzpatrick 003b93b072 Add tests that we reject TLS 1.0 and TLS 1.1 il y a 11 ans
  Brad Fitzpatrick 30b1681812 Move TLS version check much earlier, not late during handler setup. il y a 11 ans
  Brad Fitzpatrick 741cd6dd99 Start of a server benchmark. Also, make serverTester less allocation-heavy. il y a 11 ans
  Brad Fitzpatrick 57999e3998 Load the spec coverage in tests lazily. il y a 11 ans
  Brad Fitzpatrick 64b29183e7 Add a test to catch that nobody rearranges fields in FrameHeader il y a 11 ans
  Brad Fitzpatrick 2b445ee680 Add more docs to the FrameHeader type and UnknownFrame.Payload il y a 11 ans
  Brad Fitzpatrick f3a6d9a1b0 Fix a crash and state transitions when handler closes while client still open il y a 11 ans
  Brad Fitzpatrick 996adcbea3 Make the currently-skipped known-failing test actually fail. il y a 11 ans
  Brad Fitzpatrick a98415a3d1 remove back-to-back map lookup in processResetStream il y a 11 ans