Change buffer sizes to support GR-PEACH
Dependents: GR-PEACH_Azure_Speech
Fork of HTTPClient-SSL by
Diff: HTTPClient.cpp
- Revision:
- 40:6d9725c3eb6f
- Parent:
- 39:d7c5541a9124
- Child:
- 41:236fa1143e5a
diff -r d7c5541a9124 -r 6d9725c3eb6f HTTPClient.cpp --- a/HTTPClient.cpp Mon Jan 19 21:55:15 2015 +0000 +++ b/HTTPClient.cpp Mon Jan 19 22:40:21 2015 +0000 @@ -22,7 +22,7 @@ #define MAX_URL_PATH_LENGTH 128 //Debug is disabled by default -#if 1 +#if 0 //Enable debug #include <cstdio> #define DBG(x, ...) std::printf("[HTTPClient : DBG]"x"\r\n", ##__VA_ARGS__);