We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77aeed8 commit d013dc1Copy full SHA for d013dc1
libraries/WebServer/src/WebServer.h
@@ -88,7 +88,7 @@ typedef struct {
88
HTTPRawStatus status;
89
size_t totalSize; // content size
90
size_t currentSize; // size of data currently in buf
91
- uint8_t buf[HTTP_UPLOAD_BUFLEN];
+ uint8_t buf[HTTP_RAW_BUFLEN];
92
void *data; // additional data
93
} HTTPRaw;
94
0 commit comments