Arvid Norberg
Arvid Norberg
correct. the `CONNECT` command optionally includes `Proxy-Authorization:`, but not the hostname of the destination. The `Host` header is sent inside the SSL tunnel, to the destination server. Is there a...
I'm intrigued. What's the feature or utility that's enabled by the proxy man-in-the-middling the connection? You would also have to install their SSL cert for libtorrent to pick up as...
@bearx3f could you try this patch out? https://github.com/arvidn/libtorrent/pull/7710
this test is flaky. does it fail consistently for you?
you also need to install `clvm` into your venv, and *possibly* also `clvm_rs`
all these dependencies are installed into a venv by the `setup.sh` script in the `chia-blockchain` repo
@dannywillems I'm generally in favor of using clang format. I think the main benefit from it comes from requiring the canonical format in CI, which this patch does not introduce....
let's wait for the architecture call to have a wider discussion about this. I think it makes sense as a short-term improvement.
when I run `pre-commit run --all` in this branch, I get this: ``` [warn] README.html [warn] wasm/pkg/chia_wasm_bg.js [warn] wasm/pkg/chia_wasm.d.ts [warn] wasm/pkg/chia_wasm.js [warn] Code style issues found in 4 files. Run...
``` $ echo $? 1 ```