PullRequest

Dependents:   CyaSSL-Twitter-OAuth4Tw TweetTest NetworkThermometer CyaSSL-Twitter-OAuth4Tw_arrange

Fork of HTTPClient by wolf SSL

Revision:
33:81e61bd85dae
Parent:
32:7bc63b8646f6
--- a/HTTPClient.cpp	Wed Jul 08 14:42:32 2015 +0000
+++ b/HTTPClient.cpp	Tue Jul 14 09:17:43 2015 +0000
@@ -55,7 +55,7 @@
 static  TCPSocketConnection m_sock;
 #define CHUNK_SIZE    384
 #define MAX_PATH_SIZE 448
-#define SEND_BUF_SIZE 512
+#define SEND_BUF_SIZE 768
 static char send_buf[SEND_BUF_SIZE] ;
 static char *send_buf_p ;