This commit is contained in:
Omar Polo 2021-10-06 16:36:31 +00:00
parent b4c6cd9768
commit 807a80cb9e
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ client_read(struct bufferevent *bev, void *d)
if (!parse_iri(c->req, &c->iri, &parse_err) ||
!puny_decode(c->iri.host, decoded, sizeof(decoded), &parse_err)) {
log_err(c, "IRI parse error: %s", parse_err);
start_reply(c, BAD_REQUEST, "bad request");
start_reply(c, BAD_REQUEST, "bad request");
return;
}