belyalov / tinyweb

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

Add connection close by request timeout #16

Closed belyalov closed 6 years ago

belyalov commented 6 years ago

Currently there is no any request timeout implemented.

Saying that it is possible just open TCP connection and it will never be timed out.