Bug 1905037 Comment 4 Edit History

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

By looking at the relevant code, the following points should be addressed if I understood everything correctly:
1. `redirectTo` should have an extra argument for internal redirect.
2. `redirectTo` should be moved such that it is called right after `http-on-before-connect`:
https://searchfox.org/mozilla-central/rev/56dd89bcf4d3b85f66621e89eac6e2936ad382d9/netwerk/protocol/http/nsHttpChannel.cpp#879

Are there any additional considerations to keep in mind?

Back to Bug 1905037 Comment 4