PullRequest

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

Fork of HTTPClient by wolf SSL

Files at this revision

API Documentation at this revision

Comitter:
ban4jp
Date:
Tue Jul 14 09:17:43 2015 +0000
Parent:
32:7bc63b8646f6
Commit message:
SEND_BUF_SIZE 512 => 768

Changed in this revision

HTTPClient.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 7bc63b8646f6 -r 81e61bd85dae HTTPClient.cpp
--- 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 ;