nghttp: Untabify

This commit is contained in:
Tatsuhiro Tsujikawa 2013-12-31 11:15:58 +09:00
parent 19e187cd92
commit 73866124f3
1 changed files with 1 additions and 1 deletions

View File

@ -1243,7 +1243,7 @@ int client_select_next_proto_cb(SSL* ssl,
}
if(nghttp2_select_next_protocol(out, outlen, in, inlen) <= 0) {
std::cerr << "Server did not advertise HTTP/2.0 protocol."
<< " (nghttp2 expects " << NGHTTP2_PROTO_VERSION_ID << ")"
<< " (nghttp2 expects " << NGHTTP2_PROTO_VERSION_ID << ")"
<< std::endl;
} else {
if(config.verbose) {