Fork of mbed-http

Fork of mbed-http by sandbox

Files at this revision

API Documentation at this revision

Comitter:
Jan Jongboom
Date:
Thu Feb 16 11:47:08 2017 +0100
Parent:
0:910f5949759f
Child:
2:959baaa89148
Commit message:
Change receive buffer size to 8192

Changed in this revision

mbed_lib.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_lib.json	Thu Feb 16 11:35:56 2017 +0100
+++ b/mbed_lib.json	Thu Feb 16 11:47:08 2017 +0100
@@ -3,7 +3,7 @@
     "config": {
         "http-buffer-size": {
             "help": "Size of the HTTP receive buffer in bytes",
-            "value": 2048,
+            "value": 8192,
             "macro_name": "HTTP_RECEIVE_BUFFER_SIZE"
         }
     }