Skip to content

Commit

Permalink
Remove "I'm a teapot" error code
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Dec 26, 2019
1 parent 67d98d2 commit 89e8700
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/ESP8266WebServer/src/ESP8266WebServer-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -801,9 +801,6 @@ String ESP8266WebServerTemplate<ServerType>::responseCodeToString(const int code
case 417:
r = F("Expectation Failed");
break;
case 418:
r = F("I'm a teapot");
break;
case 500:
r = F("Internal Server Error");
break;
Expand Down

0 comments on commit 89e8700

Please sign in to comment.