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 HTTPServer by
Diff: HTTPConnection.h
- Revision:
- 2:8653bbcf7e58
- Parent:
- 1:6b7472d5e9ee
- Child:
- 3:d6224049b3bf
diff -r 6b7472d5e9ee -r 8653bbcf7e58 HTTPConnection.h
--- a/HTTPConnection.h Sun May 26 22:49:42 2013 +0000
+++ b/HTTPConnection.h Sun May 26 23:22:36 2013 +0000
@@ -62,7 +62,7 @@
TCPSocketConnection m_Tcp;
HTTPMessage m_Msg;
- int parse(const char *buffer);
+ int parse(char *buffer);
int parseHeader(const char *buffer);
int receiveHeaders(const char* buffer, int nBuffSize);
int receiveLine(char* szLine, int nMaxLen, int nTimeout = -1, char szLineTerm = '\n');
