nghttp2 icon indicating copy to clipboard operation
nghttp2 copied to clipboard

nghttpd server disconnects when used with multiple clients

Open prajwal1210 opened this issue 1 year ago • 0 comments

I am trying to use the nghttpd server with multiple clients sending requests at a pretty rapid rate. When using one client, the server works fine but when I start two clients [and half the request rate], initially it works fine but the server starts disconnecting the clients one by one. (I have implemented a reconnection logic in my client so I see reconnections happening every 10 seconds or so). Are multiple clients not supported?

prajwal1210 avatar Apr 18 '23 08:04 prajwal1210