Skip to content

Commit e776772

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5ebde96 commit e776772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WebRequest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum {
3232
enum {
3333
CHUNK_NONE = 0, // Body transfer encoding is not chunked
3434
CHUNK_LENGTH, // Getting chunk length - HHHH[;...] CR LF
35-
CHUNK_EXTENSION, // Getting chunk length - HHHH[;...] CR LF
35+
CHUNK_EXTENSION, // Getting chunk extension - ;... CR LF
3636
CHUNK_DATA, // Handling chunk data
3737
CHUNK_ERROR, // Invalid chunk header
3838
CHUNK_END, // Getting chunk end marker - CR LF

0 commit comments

Comments
 (0)