Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

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);