Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from Nov 3, 2022

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Nov 2, 2022

Fixes #1534

@@ -209,7 +209,8 @@ def handle_redirect(request: http.Request) -> None:

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
Member 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