client: really close connection on timeout
authorRafał Miłecki <rafal@milecki.pl>
Wed, 23 Sep 2020 10:43:27 +0000 (12:43 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Thu, 1 Oct 2020 04:36:52 +0000 (06:36 +0200)
commit88ba2fa7b414f3f63e66d1708f5bda9465e0ee89
tree6de3e1602de4b73fd963627960f73180da0574b5
parentc186212a3075766717cab396a46242f110ee71bd
client: really close connection on timeout

After specified time of network inactivity uhttpd is meant to close
connection. It doesn't seem to work thought. After timeout client
doesn't receive any more data but connection it still opened.

This change fixes that.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
client.c