Skip to content

If patchwork URL has a port on it, sending requests will fail #2

Description

@YasLbk

Add port to URL when sending requests in patchwork/Connection.py

l70       if self.__port:
l71            return f"{self.__scheme}://{self.__hostname}{self.__path}:{self.__port}{url}"
l72       else:
l73           return f"{self.__scheme}://{self.__hostname}{self.__path}{url}"

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