Re: Maybe stupid question but should "maxconn 0" work?

2021-12-02 Thread Aleksandar Lazic
On 02.12.21 15:12, Frank Wall wrote: On 2021-12-02 02:16, Aleksandar Lazic wrote: I try to test some limits with peers and wanted to test "maxconn 0" before I start with the peers. Should "maxconn 0" work? I expect to get connection refused or similar and and 500 in the log but both curls get a

Re: Maybe stupid question but should "maxconn 0" work?

2021-12-02 Thread Frank Wall
On 2021-12-02 02:16, Aleksandar Lazic wrote: I try to test some limits with peers and wanted to test "maxconn 0" before I start with the peers. Should "maxconn 0" work? I expect to get connection refused or similar and and 500 in the log but both curls get a 200 Maybe I got your question wrong,

Maybe stupid question but should "maxconn 0" work?

2021-12-01 Thread Aleksandar Lazic
Hi. I try to test some limits with peers and wanted to test "maxconn 0" before I start with the peers. Should "maxconn 0" work? I expect to get connection refused or similar and and 500 in the log but both curls get a 200 ``` # curl -v http://127.0.0.1:8080/; curl -v http://127.0.0.1:8080/ `