SIGN IN SIGN UP

Fix an issue with using non-reusable body types with redirects (#19134)

Closes #19131
Closes #19039

fixes the broken auto-updater.

I had the bright idea of using streams as the most common unit of data
transfer. Unfortunately, streams are not re-usable. So HTTP redirects
that have a stream body (like our remote server and auto update
downloads), don't redirect, as they can't reuse the stream. This PR
fixes the problem and simplifies the AsyncBody implementation now that
we're not using Isahc.

Release Notes:

- N/A
M
Mikayla Maki committed
b2e844f2ecd66efbf54e1b899d6e8647b8d5795a
Parent: 9e14fd9
Committed by GitHub <noreply@github.com> on 10/12/2024, 8:32:08 PM