httpd: do not disable timeout for RTSP
commit38d214bc4f2ef68dfe6859383e12a20ae91e62de
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 22 Nov 2020 16:53:28 +0000 (22 18:53 +0200)
committerThomas Guillem <thomas@gllm.fr>
Tue, 12 Jan 2021 14:11:28 +0000 (12 15:11 +0100)
treeeda5d939986abd8ce347e196edc7c2fd8123a5a6
parentce3269d4a20aba2f87fc3e512131cb31b9561b3e
httpd: do not disable timeout for RTSP

Use the same timeout for the RTSP connection as for the RTSP session.
A shorter timeout is inefficient, as it requires clients to reconnect
to refresh the session anyway. A longer timeout is pointless as the
session would timeout and the RTP streams would stop regardless of the
connection staying alive.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
src/network/httpd.c