'Standard' vapor website drops 1.5% of requests, even at concurrency of 100!

I noticed this ”three mode” behavior before as well during some experiments. I was using hummingbird for the server and the nio http client for making as many requests as I could. The server wasn’t doing much work, probably just returning a string if I recall correctly. This might indicate the issue is not with vapor. I thought I was crazy and was just doing something wrong or pushing it too far and thought that having the client and the server in the same machine fighting for the same resources might have had something to do with it, so I dismissed it

1 Like