my fork

Fork of HTTPClient by wolf SSL

Files at this revision

API Documentation at this revision

Comitter:
coolnik
Date:
Sat Jun 25 11:37:01 2016 +0000
Parent:
34:76aa4f4021c1
Commit message:
replaced Serial by MODSERIAL

Changed in this revision

HTTPClient.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HTTPClient.cpp	Thu Apr 28 00:55:27 2016 +0000
+++ b/HTTPClient.cpp	Sat Jun 25 11:37:01 2016 +0000
@@ -55,7 +55,7 @@
 
 static  TCPSocketConnection m_sock;
 #define CHUNK_SIZE    (256*4*8)
-#define SEND_BUF_SIZE 512
+#define SEND_BUF_SIZE 4096
 static char send_buf[SEND_BUF_SIZE] ;
 static char *send_buf_p ;