Team E1
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();