Apply xSmurf's fix for the order of socket close/disconnect. With this fix Safari isn't left hanging, but the response isn't displayed 100% correct due to another bug--a fix for that comes up next.

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@73 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 17 years ago
parent 504380217e
commit 3b8dab23f0

@ -317,8 +317,8 @@ void loop() {
break;
}
disconnect(testSocket);
close(testSocket);
disconnect(testSocket);
Serial.println("End test W5100 socket...");

Loading…
Cancel
Save