Skip to content

webhook listen parameter is ignored #1382

@jagerman

Description

@jagerman

The webhook listen parameter is ignored.

Steps to reproduce

  1. Call `updater.start_webhook(listen='127.0.0.1')

  2. See that python is listening and accepting connections on everything (0.0.0.0).

  3. Look in the code and see that the listen parameter isn't passed into the actual http listener.

Expected behaviour

The webhook should listen only on the listen IP address, as documented.

Actual behaviour

The webhook is listening on all IP addresses.

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