Skip to content

URL host too long issue #86

@xis19

Description

@xis19

When the socket file path is longer than 64, the code will fail at encoding.idna.encode with error UnicodeError. It might be good to translate url from

http+unix://very_long_path_with_socket_file_name/...

into

http+unix://some_special_url_location/...

and store the very_long_path_with_socket_file_name somewhere else.

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