srs/trunk/src
Matthew 526cd62075
Fix FD leak when exceed max connections limit. (#2925)
* fix fd leak

when tcp connection exceed max_connection, that connection will leak because of not closing the fd

* fix leak, code refine
2022-02-26 07:50:09 +08:00
..
app Fix FD leak when exceed max connections limit. (#2925) 2022-02-26 07:50:09 +08:00
core Squash: Bug fixed 2022-02-16 11:34:05 +08:00
kernel Support include directive for config file (#2878) 2022-02-14 15:08:51 +08:00
main Squash: Bug fixed 2022-02-16 11:34:05 +08:00
protocol Fix bug when the value of http header is empty (#2888) 2022-02-03 15:05:09 +08:00
srt Squash: Bug fixed 2022-02-16 11:34:05 +08:00
utest Forward: support config full rtmp url forward to other server (#2799) 2022-02-16 10:49:16 +08:00