nghttp: Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2014-01-21 23:24:13 +09:00
parent 5082ce5107
commit be71e1f11c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}