Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

multithreads in http #220

Description

@suxunbin

I find a problem when I use server_http.hpp(old version) in http.
qq 20180418201558
"response" is a shared_ptr<HttpServer:: Response> type. In this way, *response can send data to the client.
However,
qq 20180418201650
qq 20180418202443
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions