From 338b4ba7396816323da30f9f69c77c8fa723bcfa Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 14 Oct 2015 23:44:30 +0900 Subject: [PATCH] nghttpx: Don't use units to display fastopen default --- src/shrpx.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/shrpx.cc b/src/shrpx.cc index 6b90bafb..fa19c566 100644 --- a/src/shrpx.cc +++ b/src/shrpx.cc @@ -1240,11 +1240,11 @@ Performance: << util::utos_with_unit(get_config()->downstream_response_buffer_size) << R"( --fastopen= - enables “TCP Fast Open” for the listening socket - and limits the maximum length for the queue of connections - that have not yet completed the three-way handshake. - If value is 0 then fast open is disabled. - Default: )" << util::utos_with_unit(get_config()->fastopen) << R"( + Enables "TCP Fast Open" for the listening socket and + limits the maximum length for the queue of connections + that have not yet completed the three-way handshake. If + value is 0 then fast open is disabled. + Default: )" << get_config()->fastopen << R"( Timeout: --frontend-http2-read-timeout= Specify read timeout for HTTP/2 and SPDY frontend