Skip to content

Commit d013dc1

Browse files
authored
Update WebServer.h
1 parent 77aeed8 commit d013dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WebServer/src/WebServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ typedef struct {
8888
HTTPRawStatus status;
8989
size_t totalSize; // content size
9090
size_t currentSize; // size of data currently in buf
91-
uint8_t buf[HTTP_UPLOAD_BUFLEN];
91+
uint8_t buf[HTTP_RAW_BUFLEN];
9292
void *data; // additional data
9393
} HTTPRaw;
9494

0 commit comments

Comments
 (0)