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: RPC_HTTP RPC_HTTP_WIZnetInterface RPC_HTTP rpc_over_http_TL_interrupter_gatePJ
Fork of HTTPServer by
Diff: HTTPRequestHandler.h
- Revision:
- 7:cb7fec1265b5
- Parent:
- 5:dc88012caef1
- Child:
- 12:ba81cc117fb6
--- a/HTTPRequestHandler.h Sat Jun 01 16:49:17 2013 +0000
+++ b/HTTPRequestHandler.h Sat Jun 01 17:47:45 2013 +0000
@@ -116,7 +116,7 @@
* automatically added in \c startResponse. if you need to change the headers, please do NOT
* specify the \c Content-Length Header. This is done automatically be the function.
*/
- void startResponse(int returnCode, int nLen, HTTPHeaders* header = NULL);
+ void startResponse(int returnCode, long nLen, HTTPHeaders* header = NULL);
void processResponse(int nLen, char* body );
void endResponse();
