Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<std::__exception_ptr::exception_ptr>' #872

Open
@kealennieh

Description

@kealennieh

I try hello_world_server.cpp example. After I start the program and send the request, I've got the following problem.

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<std::__exception_ptr::exception_ptr>'

I find the problem just in the following code.

struct hello_world {  /*<< This is the function that handles the incoming request. >>*/  void operator()(server::request const &request, server::connection_ptr response) {    server::string_type ip = source(request);    unsigned int port = request.source_port;    std::ostringstream data;        data << "Hello, " << ip << ':' << port << '!';    response->write(data.str());     // where the problem occurs !!!!!  }};

Any solutions ? Many thanks !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp