Skip to content

Commit

Permalink
Reenable http
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB committed Nov 25, 2024
1 parent 1ff6f64 commit ea2947d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -943,11 +943,11 @@ void uWS_App(const FunctionCallbackInfo<Value> &args) {


} else {
//uWS_App_get<APP>(&uWS::TemplatedApp<false, uWS::CachingApp<false>>::get, args);
uWS_App_get<APP>(&uWS::TemplatedApp<false>::get, args);
}

} else if constexpr (std::is_same<APP, uWS::SSLApp>::value) {
//uWS_App_get<APP>(&uWS::TemplatedApp<true, uWS::CachingApp<true>>::get, args);
uWS_App_get<APP>(&uWS::TemplatedApp<true>::get, args);
}

}, args.Data()));
Expand Down

0 comments on commit ea2947d

Please sign in to comment.