belyalov / tinyweb

Simple and lightweight HTTP async server for micropython
MIT License
247 stars 40 forks source link

Limit max concurrent connections #15

Closed belyalov closed 6 years ago

belyalov commented 6 years ago

In order to avoid OutOfMemory state we need to implement incoming connection limiting.

Default value can be chosen based on running platform.