Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MQTTGateway2 MQTTGatewayK64 http-example-wnc GuardRoom ... more
mbed_lib.json@10:b017c7d2cf23, 2017-03-28 (annotated)
- Committer:
- Jan Jongboom
- Date:
- Tue Mar 28 13:33:14 2017 +0200
- Revision:
- 10:b017c7d2cf23
- Parent:
- 1:52947b0505de
- Child:
- 32:fa4d71265625
Don't rely on strlen for request length, as it prevents sending \0 over the line. Patch via https://developer.mbed.org/users/ihere1/code/mbed-http/rev/ec9b75c349aa
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Jan Jongboom |
0:910f5949759f | 1 | { |
| Jan Jongboom |
0:910f5949759f | 2 | "name": "mbed-http", |
| Jan Jongboom |
0:910f5949759f | 3 | "config": { |
| Jan Jongboom |
0:910f5949759f | 4 | "http-buffer-size": { |
| Jan Jongboom |
0:910f5949759f | 5 | "help": "Size of the HTTP receive buffer in bytes", |
| Jan Jongboom |
1:52947b0505de | 6 | "value": 8192, |
| Jan Jongboom |
0:910f5949759f | 7 | "macro_name": "HTTP_RECEIVE_BUFFER_SIZE" |
| Jan Jongboom |
0:910f5949759f | 8 | } |
| Jan Jongboom |
0:910f5949759f | 9 | } |
| Jan Jongboom |
0:910f5949759f | 10 | } |