We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47017f5 commit dbacb69Copy full SHA for dbacb69
examples/WebServer/WebServer.ino
@@ -63,7 +63,7 @@ void loop() {
63
// send a standard http response header
64
client.println("HTTP/1.1 200 OK");
65
client.println("Content-Type: text/html");
66
- client.println("Connnection: close");
+ client.println("Connection: close");
67
client.println();
68
client.println("<!DOCTYPE HTML>");
69
client.println("<html>");
0 commit comments