Skip to content

Hide http-parser completely #24

Description

@junfx

As the cmake script written, libhttp-parser.a won't be installed, so maybe the header http-parser.h is not necessary to expose.

I guess this project is developed under windows with MSVC, which allows a static lib to be linked into another static lib. And This is what httpxx expected.
Most compilers do not allow this, MSVC is an exception.

If this is an issue, a possible solution is linking http-parser.o directly into libhttpxx.a.

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