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: oldheating gps motorhome heating
Diff: tcp/http/httpshim/httpshim.c
- Revision:
- 154:ba9879b19d9f
- Parent:
- 147:a6093b52e654
- Child:
- 155:22f249751106
--- a/tcp/http/httpshim/httpshim.c Fri Jul 26 13:51:14 2019 +0000
+++ b/tcp/http/httpshim/httpshim.c Wed Jul 31 15:10:53 2019 +0000
@@ -24,11 +24,6 @@
if (tlsRequired) return TlsPoll (pTlsState, pWebState, clientFinished);
else return HttpPollFunction( pWebState, clientFinished);
}
-bool HttpShimReply(char* pWebState, char* pTlsState)
-{
- if (tlsRequired) return TlsReply (pTlsState, pWebState);
- else return HttpReplyFunction( pWebState);
-}
void HttpShimAddChar (char c)
{
if (tlsRequired) TlsAddChar(c);