http.POST streaming the payload #1601
Unanswered
johnofleek
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a large payload I'd like to http.POST
int httpCode = http.POST(binaryPayload, binaryPayload_size);
Fails above a 0x4000 byte (16384) size payload
Edit:
I think that the underlying POST code limits the payload sent to IP to 128 bytes max ? Therefore I'm guessing that my issue isn't related to the payload size but is cause by something else ? From HTTPClient.cpp showing I think the code that sends 128 bytes at a time into TCP/IP
Edit2
Short story - enabling debugging didn't help so far
I did hack this bit of WiFiClientSecureBearSSL.cpp because I couldn't quickly work out a proper solution - but the issues aren't in that part anyway
Beta Was this translation helpful? Give feedback.
All reactions