From be71e1f11cbd3e2404cd401f044b926751b3bbac Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 21 Jan 2014 23:24:13 +0900 Subject: [PATCH] nghttp: Update doc --- src/nghttp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nghttp.cc b/src/nghttp.cc index b017bf56..7fcba8f4 100644 --- a/src/nghttp.cc +++ b/src/nghttp.cc @@ -1255,7 +1255,7 @@ void print_stats(const HttpClient& client) namespace { void print_protocol_nego_error() { - std::cerr << "Server did not select HTTP/2.0 protocol." + std::cerr << "HTTP/2.0 protocol was not selected." << " (nghttp2 expects " << NGHTTP2_PROTO_VERSION_ID << ")" << std::endl; }