Skip to content

Commit c7b5875

Browse files
Do not base TemplatedApp on CachingApp
1 parent 6a6029f commit c7b5875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ struct TemplatedAppBase {
650650

651651
namespace uWS {
652652
template <bool SSL>
653-
using TemplatedApp = uWS::TemplatedAppBase<SSL, uWS::CachingApp<SSL>>;
653+
using TemplatedApp = uWS::TemplatedAppBase<SSL, uWS::TemplatedAppBase<SSL>>;
654654

655655
typedef uWS::TemplatedApp<false> App;
656656
typedef uWS::TemplatedApp<true> SSLApp;

0 commit comments

Comments
 (0)