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
ChunkedPrint chunked(client, webOutBuffer, sizeof(webOutBuffer)); // the StreamLib object to replace client print
33
+
/*
34
+
35
+
use HTTP/1.0 because
36
+
- HOSTS: isn't necessary as the Arduino will only host one server.
37
+
- in HTTP/1.1 HOSTS: is mandatory (and necessary if you HOST more than one site on one server) and the server should answer a request with "400 Bad Request" if it is missing
38
+
- we don't need to send a Content-Length in HTTP/1.0
0 commit comments