Skip to content

requests-unixsocket should use the same timeout interface as requests. #44

Open
@tomprince

Description

@tomprince

It seems like requests-unixsocket currently has its own way of setting timeouts, which differs from requests itself.

  • The default for requests-unixsocket is 60s unlike request's default of no timeout.
  • The timeout is set as a constructor parameter of UnixAdapter, which is inaccessible, if one uses requests_unixsocket.Session.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions