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 libMiMic by
Diff: core/http/NyLPC_cHttpBasicHeaderParser.h
- Revision:
- 57:bc4330dfa62f
- Parent:
- 49:d4334acc3ec3
diff -r d38b6ce8c63b -r bc4330dfa62f core/http/NyLPC_cHttpBasicHeaderParser.h --- a/core/http/NyLPC_cHttpBasicHeaderParser.h Sat Aug 10 02:52:22 2013 +0000 +++ b/core/http/NyLPC_cHttpBasicHeaderParser.h Fri Sep 13 06:38:16 2013 +0000 @@ -97,6 +97,7 @@ #define NyLPC_THttpMessgeHeader_Connection_NONE ((NyLPC_THttpMessgeHeader_Connection)0x01) #define NyLPC_THttpMessgeHeader_Connection_CLOSE ((NyLPC_THttpMessgeHeader_Connection)0x02) #define NyLPC_THttpMessgeHeader_Connection_KEEPALIVE ((NyLPC_THttpMessgeHeader_Connection)0x03) +#define NyLPC_THttpMessgeHeader_Connection_UPGRADE ((NyLPC_THttpMessgeHeader_Connection)0x04) #define NyLPC_THttpMessgeHeader_Connection_UNKNOWN ((NyLPC_THttpMessgeHeader_Connection)0x10) typedef NyLPC_TUInt8 NyLPC_THttpMessgeHeader_TransferEncoding;
