Please Log in or Create an account to join the conversation.
Dennis wrote: replace with "Connection: keep-alive" and find out, i'd say!
edit - and 1000ms is way too long since the reply is coming in, better to wait after getting the rrsponse from the server and not before, the 10ms is just for the wifi subsystem to catch up.. no need to extend to one second
Please Log in or Create an account to join the conversation.
Dennis wrote: another idea,
WifiClient client
POST bla bla
WifiClient client2
POST bla bla
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Bad Request</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Bad Request - Invalid URL</h2>
<hr><p>HTTP Error 400. The request URL is invalid.</p>
</BODY></HTML>
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Please Log in or Create an account to join the conversation.