Skip to content

Commit a2c9625

Browse files
JosePineiroCopilot
andauthored
Update src/AsyncWebServerRequest.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f6bf206 commit a2c9625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AsyncWebServerRequest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @brief Sends a file from the filesystem to the client, with optional gzip compression and ETag-based caching.
55
*
66
* This method serves files over HTTP from the provided filesystem. If a compressed version of the file
7-
* (with a `.gz` extension) exists and uncompressed version do not exist, it serves the compressed file.
7+
* (with a `.gz` extension) exists and uncompressed version does not exist, it serves the compressed file.
88
* It also handles ETag caching using the CRC32 value from the gzip trailer, responding with `304 Not Modified`
99
* if the client's `If-None-Match` header matches the generated ETag.
1010
*

0 commit comments

Comments
 (0)