This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
server.send buffer size increase #56
Unanswered
jlemieux55
asked this question in
Q&A
Replies: 1 comment
-
Hi @jlemieux55 You have to post the MRE, so that anybody can duplicate the issue, and knows that the library needs some enhancement, not a bug in your code. If you can do, I suggest you post the issue on relevant place, such as WiFiWebServer, EthernetWebServer library, etc. If this is a valid request, I'll add functions similar to Just in case if you're interested in Async, check my recent additions of many
such as AsyncWebServer_SendChunked example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Been using the websocket and webserver libraries, nice work!
I need to increase the buffer size on the server.send command. My html is over 4500bytes.
Found a buffer size setup for "send_p" but not "send".
Is their a workaround? found the "stream" function but not sure what it does.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions