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.
Fork of mbed-http by
Diff: source/http_response_parser.h
- Revision:
- 4:539df159e058
- Parent:
- 3:8a6b003e3874
- Child:
- 7:2e3eedb9ca5c
diff -r 8a6b003e3874 -r 539df159e058 source/http_response_parser.h
--- a/source/http_response_parser.h Thu Feb 23 13:28:07 2017 +0100
+++ b/source/http_response_parser.h Thu Feb 23 13:50:43 2017 +0100
@@ -103,8 +103,7 @@
return 0;
}
- string s(at, length);
- response->set_body(s);
+ response->set_body(at, length);
return 0;
}
