Here's the code:
https://github.com/SuperHouse/esp-open- ... http_get.c
Output looks like:
DNS lookup succeeded. IP=107.180.44.133
... allocated socket
... connected
... socket send success
<html>
TEST
</html>
... done reading from socket. Last read return=0 errno=0
successes = 1 failures = 0
3... 2... 1...
Starting again!
Running DNS lookup for pyfi.org...
DNS lookup succeeded. IP=107.180.44.133
... allocated socket
... connected
... socket send success
<html>
TEST
</html>
...hangs here....
Thanks
Andy