This commit is contained in:
Benjamin M. Schwartz 2022-12-24 20:16:10 +08:00 committed by GitHub
commit 828efaad8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -436,6 +436,7 @@ int htp_hdrs_completecb(llhttp_t *htp) {
if (host) {
req.authority = host->value;
req.no_authority = false;
}
if (handler->get_ssl()) {