I'm devloping a web proxy server ,runs on my local machine.
https://github.com/bung87/proxy/blob/master/src/proxy.nim#L19
I got this message when I refresh page quickly.
Exception message: Too many open files
Additional info: 'nodename nor servname provided, or not known'
Exception type: [OSError]
it's just about 100 requests when load a page's resources.
I also tried per server hold individual AsyncHttpClient instance but got ProtocolError ,seems like it mixed of requests's http response.