Skip to content

nghttp2-asio + server example compiling, but no data is coming in, connection is disconnected immediately after connection establishment #21

@capiman

Description

@capiman

I was able to compile nghttp2-asio together with the server example.

With additional debug output I see that http2_handler::start is called, when I connect to the example server.
All the callbacks are set and finally 0 is returned (so seems no error happened).
The connection is then just disconnected.
I can do it again and again, and above sequence happens again.

But then nothing more happens. The callback are never called.

What would be the next function/method, which would be called? Where do I find the code which disconnects my established connection, because, perhaps then, I can see what fails?

There was earlier some --enable-asio-lib (or similar, in nghttp2). I assume this is not more needed?
Could it be dependency on Boost? Which Boost version is known to be working, so I can just try this version?

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