digistump / DigiFi

DigiX WiFi Library for the WIFI232-G Module
23 stars 10 forks source link

Despite hard-coding "Connection: close" header, get and post methods do not disconnect the TCP connection themselves. #11

Closed jdcockrill closed 10 years ago

jdcockrill commented 10 years ago

Since the get and post methods send a "Connection: close" header, the server is expecting us to disconnect, so the get and post methods should issue the TCPDIS=off command to the module to disconnect the connection.

digistump commented 10 years ago

Closed with commit 99acfdd thanks again!