Skip to content

Commit 33de15e

Browse files
committed
Merge pull request esp8266#718 from sticilface/patch-1
Update Parsing.cpp
2 parents 4995d03 + 00272ca commit 33de15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WebServer/src/Parsing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "WiFiClient.h"
2525
#include "ESP8266WebServer.h"
2626

27-
#define DEBUG
27+
//#define DEBUG
2828
#define DEBUG_OUTPUT Serial
2929

3030
bool ESP8266WebServer::_parseRequest(WiFiClient& client) {

0 commit comments

Comments
 (0)