You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I implemented a forward HTTPS proxy using this library. When I test using ab-proxy, it always hangs during the test. Here is the relevant section of the code:
Here is the command I'm using to test: ./ab-proxy -c 20 -n 5000 --proxy 'https://user:pass@myproxyserver.domain' 'https://syd1.speedtest.telstra.net:8080/download?size=10485760'
It makes 5000 GET requests to download 10 MiB from a server using 20 threads through the proxy server.
When I import a fork of this library instead without changing anything in the code, it no longer hangs and works fine.
The text was updated successfully, but these errors were encountered:
Hello, I implemented a forward HTTPS proxy using this library. When I test using ab-proxy, it always hangs during the test. Here is the relevant section of the code:
Here is the command I'm using to test:
./ab-proxy -c 20 -n 5000 --proxy 'https://user:pass@myproxyserver.domain' 'https://syd1.speedtest.telstra.net:8080/download?size=10485760'
It makes 5000 GET requests to download 10 MiB from a server using 20 threads through the proxy server.
When I import a fork of this library instead without changing anything in the code, it no longer hangs and works fine.
The text was updated successfully, but these errors were encountered: