Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Created April 30, 2013 20:26
Show Gist options
  • Save tjfontaine/5491676 to your computer and use it in GitHub Desktop.
Save tjfontaine/5491676 to your computer and use it in GitHub Desktop.
Isaac:
- perf regressions in crypto cipher/hmac
- make it look like stream wrap, doesn't help that much
Fedor:
- v8 c++ property cache
- upstream wants to do an inline cache instead
Nathan:
- Rasp Pi builds working
- cross compile failed because of DTrace
Ben:
- Distracted by business stuff
- Fixed some bugs, refused patches
- Downgraded openssl 0.10.X to 1.0.0
Scott:
- Pull request on documentation work
- will have time on the second half of the week
Trevor:
- Buffer changes ready for review
- added new tests, and perf looks good
TJ:
- More work on nightly builds
- now generating proper debian packages
- One node build/test run on a slave at a time
- working on dynamic provisioning on JPC
Buffers Ben's Idea:
- http can reallocate buffer into set buffer, pass buffer to userland
- parse the headers and don't do anything with the buffer
- majority are get request without headers
- static buffer for headers and reuse that for each request
- only copy out when it's necessary
Openssl:
- a 1.0.1 -> 1.0.0 downgrade isn't strictly necessary
- 1.0.1 s_client hangs connecting to user-service.condenastdigital.com:443
- passing -no_tls1_2 allows it to work
- setting however in node SSL_OP_NO_TLSv1_2 doesn't solve the issue
- tweaking secureProtocol or secureOptions doesn't have an effect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment