Nima Akbarzadeh
Nima Akbarzadeh
Sorry. I don't have requirements to reproduce this situation.
Please tell me what did you get when you use `docker build -t ocserv https://github.com/iw4p/OpenConnect-Cisco-AnyConnect-VPN-Server-OneKey-ocserv.git` and `docker run --name ocserv --privileged -p 443:443 -p 443:443/udp -d ocserv` ?
I have no experience with podman and you are using podman. Maybe it needs more commands or it is different from docker. If it is possible for you, please use...
Hi, thanks for PR. May I know why you created two same PR? And why you increase the numbers?
The title's tag also changed from `Refactor` to `Test`
@laanwj I investigated and found that you modified `import requests` here [here](https://github.com/bitcoin/bitcoin/pull/23162). Is there any shell script that I can provide `pip install requests` to pass the `previous release, depends...
I replaced the `requests` with `urllib`, tested the script for downloading .tar.gz file and works fine for me.
> One drawback of this change is that a user doesn't see download progress per file any more (relevant if e.g. servers are slow or the connection is bad for...
> > Moreover, the optimization to reduce two requests into one significantly lowers the traffic load on the host, > > This isn't true? There are still two requests before...
> I think this can be closed for now. It seems too controversial for a simple test change? I think so. I'll try to take a look at other issues,...