playwright/browser_patches/firefox-beta/juggler/protocol
Andrey Lushnikov fba29aa319
browser(firefox): fix HTTP->HTTPS fallback for refused connection (#11123)
In this case, there's no protocol version that we can extract for
nsIHttpChannel.

The code that does the redirect is here: 7f3d9fce41/docshell/base/nsDocShell.cpp (L6079-L6095)

To trigger this codepath, we'd need to run test inside a special
docker container that has https server running on the 443 port. We lack
infrastructure for this kind of tests (but it'll be cool to have it).

References #11118
2021-12-28 12:23:53 -08:00
..
BrowserHandler.js browser(firefox): Browser.setPlatformOverride (#8440) 2021-08-25 11:45:45 -04:00
Dispatcher.js chore: swap firefox-stable and firefox (#6950) 2021-06-07 17:05:51 -07:00
PageHandler.js browser(firefox): delete response interception code (#10053) 2021-11-04 12:29:36 -07:00
PrimitiveTypes.js chore: swap firefox-stable and firefox (#6950) 2021-06-07 17:05:51 -07:00
Protocol.js browser(firefox): fix HTTP->HTTPS fallback for refused connection (#11123) 2021-12-28 12:23:53 -08:00