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
Diff: source/https_request.h
- Revision:
- 7:2e3eedb9ca5c
- Parent:
- 6:112d72c60e07
- Child:
- 10:b017c7d2cf23
diff -r 112d72c60e07 -r 2e3eedb9ca5c source/https_request.h
--- a/source/https_request.h Thu Feb 23 14:11:47 2017 +0100
+++ b/source/https_request.h Fri Feb 24 11:20:16 2017 +0100
@@ -257,7 +257,7 @@
return NULL;
}
- if (_response->is_body_complete()) {
+ if (_response->is_message_complete()) {
break;
}
}