You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the longest url that TinyWebServer can handle? (especially for http FORM GET requests)?
What is the max size of data coming from a HTML FORM POST request that can be handled?
If you loop through each character of client.read(), is there a practical limit? Or if you read chunks of the incoming data into strings does that save time?