Skip to content

make_json doesn't work with local unix domain socket, because it doesn't send the request to /json #70

@edwintorok

Description

@edwintorok

There is only one URI used to determine what to connect to, and what request to send.
For a unix domain socket, you have a path to the socket, but when sending the HTTP request we should send it to /json, do_it in should take 2 URIs: one for connecting, and another relative one to send the request to.

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