We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14877fe commit 7cd6637Copy full SHA for 7cd6637
test/test.cc
@@ -8341,8 +8341,7 @@ TEST(MaxTimeoutTest, ContentStream) {
8341
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
8342
TEST(MaxTimeoutTest, ContentStreamSSL) {
8343
time_t timeout = 2000;
8344
- time_t threshold = 200; // TODO: This value should be adjusted due to the
8345
- // slowness of SSL_shutdown on some operating systems.
+ time_t threshold = 500; // SSL_shutdown is slow on some operating systems.
8346
8347
SSLServer svr(SERVER_CERT_FILE, SERVER_PRIVATE_KEY_FILE);
8348
0 commit comments