WoLeo-Z
Results
1
issues of
WoLeo-Z
### 问题描述 (我相信其实也没多少人用这个功能,所以 P2) 附一个 Patch: Move `toClientProxyConfig` and `toHeader` and modify `ProxyAuthorization.toHeader()` 移动了两个函数到正确位置。 `ProxyAuthorization.toHeader()` 不应该是 `Basic $username:$password`。 ```patch Subject: [PATCH] Move `toClientProxyConfig` and `toHeader` and modify `ProxyAuthorization.toHeader()` --- Index:...