Skip to content

Commit a8f976c

Browse files
ci(pre-commit): Apply automatic fixes
1 parent f24633e commit a8f976c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/ChunkResponse/ChunkResponse.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void setup() {
9898
// curl -N -v -H "if-none-match: 4272" http://192.168.4.1/ --output -
9999
//
100100
server.on("/", HTTP_GET, [](AsyncWebServerRequest *request) {
101-
String etag = "\"" + String(htmlContentLength) + "\""; // RFC9110: ETag must be enclosed in double quotes
101+
String etag = "\"" + String(htmlContentLength) + "\""; // RFC9110: ETag must be enclosed in double quotes
102102

103103
if (request->header(asyncsrv::T_INM) == etag) {
104104
request->send(304);

0 commit comments

Comments
 (0)