You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2018. It is now read-only.
I find a problem when I use server_http.hpp(old version) in http.
"response" is a shared_ptr<HttpServer:: Response> type. In this way, *response can send data to the client.
However,
When I let "Res" equal to "response",*response can not send data to the client.
Why I can't pass a shared_ptr<HttpServer:: Response> to another.