tholian-network / stealth

:rocket: Stealth - Secure, Peer-to-Peer, Private and Automateable Web Browser/Scraper/Proxy
GNU General Public License v3.0
1.04k stars 301 forks source link

Stealth: HTTPS Connection #66

Closed cookiengineer closed 3 years ago

cookiengineer commented 3 years ago

The HTTPS Connection needs a sane refactor in order to be able to parse streamed responses (and requests) incrementally, so that the encode() and decode() calls use a custom @range header to represent the transmitted or requested ranges in relation to the expected payload's @length.

cookiengineer commented 3 years ago

As of https://github.com/tholian-network/stealth/commit/b583f58b3d25b7abd170f98a271469fe7cbe19ef this has been implemented, as the Download API represents the resumable state-machine from now on.