forked from weirdhome
Fork of HTTPClient by
Diff: HTTPClient.cpp
- Revision:
- 46:01970be2f08a
- Parent:
- 44:0e3b0849b2c7
--- a/HTTPClient.cpp Sun Oct 01 18:07:05 2017 +0000 +++ b/HTTPClient.cpp Sun Apr 22 23:31:03 2018 +0000 @@ -588,7 +588,7 @@ return HTTP_OK; } -HTTPResult HTTPClient::send(const char* buf, size_t len) //0 on success, err code on failure +HTTPResult HTTPClient::send(char* buf, size_t len) //0 on success, err code on failure { if(len == 0) { len = strlen(buf);