- 02 Aug, 2017 1 commit
-
-
Soham Sinha authored
-
- 01 Aug, 2017 4 commits
-
-
Soham Sinha authored
-
Soham Sinha authored
-
Soham Sinha authored
MAIN_DURATION is initiliazed in Worker constructor, MAIN_DURATION check is removed from two functions because those functions are needed in warm-up phase as well.
-
Soham Sinha authored
MAIN_DURATION is initiliazed in Worker constructor, MAIN_DURATION check is removed from two functions because those functions are needed in warm-up phase as well.
-
- 28 Jul, 2017 2 commits
-
-
Soham Sinha authored
-
Soham Sinha authored
* Adding timing-sensitive load test option in h2load. * more checks added for parameters * A worker thread can control its clients' warmup and main duration. * Changed warmup to an enum variable. * removed unnecessary call to ev_timer_stop * assertion is done before starting main measurement phase * phase variable is implemented only inside the Worker class * enum to enum class * else indentation corrected * check added for timing-based test when duration CB is called explicitly * New argument is introduced for timing-based benchmarking. * styling corrections * duration watcher initialization is pushed back into warmup timeout * Warmup and Duration timer is moved to Worker instead of clients. Now both timers and phase belongs to the Workers. * some client functions are modified to return if it's not main_duration phase. client is not destructed but sessions are terminated * outputs are adjusted for thread. * Needed to check if a session exist before terminating * formatting * more formatting * formatting
-
- 15 Jul, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
fix: typo
-
- 14 Jul, 2017 1 commit
-
-
Sebastiaan Deckers authored
Came up in downstream code review by @lucaslago https://github.com/nodejs/node/pull/14239#discussion_r127539852
-
- 12 Jul, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 02 Jul, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 28 Jun, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 27 Jun, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 22 Jun, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
README.rst: fix typo
-
Simone Basso authored
-
- 19 Jun, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
fix up grammar in submit_trailer docs
-
Benjamin Peterson authored
-
- 15 Jun, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Verify OCSP response using trusted CA certificates
-
- 13 Jun, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Set default minimum TLS version to TLSv1.2
-
Tatsuhiro Tsujikawa authored
-
- 12 Jun, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
Previously, the default minimum TLS version was TLSv1.1, but the default cipher list didn't include any compatible ciphers with it. This made handshake fail if TLSv1.1 was negotiated because there was no shared ciphers. To make the default settings consistent, the default minimum TLS version is now TLSv1.2.
-
- 11 Jun, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
fix cleaning in out-of-tree builds
-
Benjamin Peterson authored
The altered previously failed if the rst sources hadn't been copied over.
-
- 02 Jun, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
It looks like we can use nocopy version here. We use nocopy version in frontend in day 1.
-
Tatsuhiro Tsujikawa authored
-
- 30 May, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 26 May, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 25 May, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
spelling mistake in arguments to build nghttp apps
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
At least we should make sure that the OCSP response is targeted to the expected certificate. This is important because we pass the file path to the external script, and if the file is replaced because of renewal, and nghttpx has not reloaded its configuration, the certificate nghttpx has loaded and the one included in the file differ. Verifying the OCSP response detects this, and avoids to send wrong OCSP response.
-
- 24 May, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-