Commit be71e1f1 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttp: Update doc

parent 5082ce51
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment