Skip to content

chore(roll): roll Playwright to 1.28.0-alpha-nov-2-2022#1627

Merged
mxschmitt merged 5 commits into
microsoft:mainfrom
mxschmitt:roll/1.28.0-alpha-nov-2-2022
Nov 3, 2022
Merged

chore(roll): roll Playwright to 1.28.0-alpha-nov-2-2022#1627
mxschmitt merged 5 commits into
microsoft:mainfrom
mxschmitt:roll/1.28.0-alpha-nov-2-2022

Conversation

@mxschmitt
Copy link
Copy Markdown
Contributor

@mxschmitt mxschmitt commented Nov 2, 2022

Fixes #1534

Comment thread tests/server.py
class HTTPServer(Server):
def listen(self, factory: ClientFactory) -> None:
reactor.listenTCP(self.PORT, factory)
reactor.listenTCP(self.PORT, factory, interface="127.0.0.1")
Copy link
Copy Markdown
Contributor Author

@mxschmitt mxschmitt Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the same as we do it upstream, just done in Python manually with two listen() calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Ports]: Backport client side changes

2 participants