mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-18 05:27:11 +00:00
261fa318b4
- do not send the scheme/host/port part of the request even when using a proxy, if the scheme is https - in case of a https request send over a proxy, do not wrap the first input/output streams (which only contain the data for the `CONNECT` request), but the ones after them, which contain the actual data Fixes #191