clarify comment spec reference

This commit is contained in:
Joshua Fontany 2024-04-09 21:56:13 -07:00
parent 38f1275fc6
commit 1ae9a71539
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,8 @@ function sendResponse(request,response,statusCode,headers,data,encoding) {
}
else
{
// broswers will try to cache 200, 203, 204, 206, 300, 301,
// RFC 7231, 6.1. Overview of Status Codes:
// Broswer 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";
}