Bug 1910991 Comment 15 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I'm only seeing requests fail after a network change in which the IP changes.

So scenarios in which the next HTTP/3 request against cloudflare will succeed:
• disabling and re-enabling wifi
• changing wifi access points and then changing back to the original one


I have work-in-progress test is here*
https://phabricator.services.mozilla.com/D224261

Can be run with 
```
./mach raptor --browsertime -t browsertime-connection-migration
```
*However, at the moment you have to manually change networks midway through the test.
I'm only seeing requests fail after a network change in which the IP changes.

So scenarios in which the next HTTP/3 request against cloudflare will succeed:
• disabling and re-enabling wifi
• changing wifi access points and then changing back to the original one


I have a work-in-progress test here*
https://phabricator.services.mozilla.com/D224261

Can be run with 
```
./mach raptor --browsertime -t browsertime-connection-migration
```
*However, at the moment you have to manually change networks midway through the test.

Back to Bug 1910991 Comment 15