X3STeNLiTE
X3STeNLiTE
workaround solution - declare callback function as type gh.h ```c #ifndef GH_H #define GH_H typedef int (*fn_callback)(void *ptr); typedef struct _gh_ { void *p; fn_callback callback; } GH; #endif ```...
i'm using this code to workaround but i don't how it's affect. ```patch diff --git a/object.go b/object.go index 274ce1f..7d04086 100644 --- a/object.go +++ b/object.go @@ -392,6 +392,8 @@ func (o...
there's a problem to sign the ssl connection in mitm mode proxy without hostname
> What's the feature or utility that's enabled by the proxy man-in-the-middling the connection? I'm tracking the download, upload, log event of the torrent, convert tracker response from any encoding...
Thank you, for your hard work I'll try
In my case I use `$ref` to defined schema, I thoughts when `"javaName":"Employee"` should generate getter/setter to ``` java Employee getEmployee() { ... } ``` and ``` void setEmployee(Employee e)...
Thank you for you're explanation, looking forward for the next build : )
I've tested qBittorrent 4.6.5 with my patch (forcing send_host_in_connect to 1) but unfortunately, the issue persists. After careful investigation, I noticed that src/http_connection.cpp#590 seems never to be executed. Additionally, the...
No my proxy server only handles HTTP
I'm trying with your test_http_connection.cpp by modify proxy_settings to ps.send_host_in_connect = true; and tracker server protocol is https but `http_stream` never call `set_host`