comment typo

This commit is contained in:
Joshua Fontany 2024-04-09 22:01:28 -07:00
parent 1ae9a71539
commit 00bb39ea4a
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ function sendResponse(request,response,statusCode,headers,data,encoding) {
else
{
// RFC 7231, 6.1. Overview of Status Codes:
// Broswer clients may cache 200, 203, 204, 206, 300, 301,
// Browser clients may cache 200, 203, 204, 206, 300, 301,
// 404, 405, 410, 414, and 501 unless given explicit cache controls
headers["Cache-Control"] = "no-store";
}