nghttpx: Fix typo
This commit is contained in:
parent
6a8749873f
commit
efeede4192
|
@ -250,7 +250,7 @@ int tls_session_new_cb(SSL *ssl, SSL_SESSION *session) {
|
||||||
id = SSL_SESSION_get_id(session, &idlen);
|
id = SSL_SESSION_get_id(session, &idlen);
|
||||||
|
|
||||||
if (LOG_ENABLED(INFO)) {
|
if (LOG_ENABLED(INFO)) {
|
||||||
LOG(INFO) << "Memached: cache session, id=" << util::format_hex(id, idlen);
|
LOG(INFO) << "Memcached: cache session, id=" << util::format_hex(id, idlen);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto req = make_unique<MemcachedRequest>();
|
auto req = make_unique<MemcachedRequest>();
|
||||||
|
|
Loading…
Reference in New Issue