Just looked and I'm pretty sure that in this case it's because there are two open HTTP connections. It's odd because the connection: close header was sent so the server should have just closed the connection right away.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Just looked and I'm pretty sure that in this case it's because there are two open HTTP connections. It's odd because the
connection: close
header was sent so the server should have just closed the connection right away.This is done with the ESP8266?