nghttpx: Fix typo

This commit is contained in:
Tatsuhiro Tsujikawa 2021-09-06 20:59:11 +09:00
parent 5994e48b28
commit e929e92245
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ int QUICConnectionHandler::handle_packet(const UpstreamAddr *faddr,
<< util::to_numeric_addr(&remote_addr);
}
// 2nd Retry packet is not allowed, so send CONNECTIONC_CLOE
// 2nd Retry packet is not allowed, so send CONNECTION_CLOSE
// with INVALID_TOKEN.
send_connection_close(faddr, version, &hd.dcid, &hd.scid, remote_addr,
local_addr, NGTCP2_INVALID_TOKEN);