valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.91k stars 1.76k forks source link

Implement `GetRejectedConnectionsCount` function #1704

Closed mopeneko closed 9 months ago

mopeneko commented 9 months ago

Closes #1568

Overview

erikdubbelboer commented 9 months ago

Thanks!