Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble authored Jan 7, 2025
1 parent 42e94fe commit 966a0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/web-server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ struct PCSX::WebClient::WebClientImpl {

void send400(std::string_view code) {
std::string str =
fmt::format("HTTP/1.1 400 Bad Request\r\n\r\Request failed to parse properly. Error: {}\r\n", code);
fmt::format("HTTP/1.1 400 Bad Request\r\n\r\nRequest failed to parse properly. Error: {}\r\n", code);
write(std::move(str));
scheduleClose();
}
Expand Down

0 comments on commit 966a0de

Please sign in to comment.