Revert "Send TCP FIN after completion of our RTSP request"

Existing servers already know how to parse our messages without this,
so we just risk breaking things with middleboxes that don't do half-closed
connections properly. We'll handle this better with encrypted RTSP.

This reverts commit 95e3e26d12.
This commit is contained in:
Cameron Gutman
2023-02-20 16:56:58 -06:00
parent 7e089435c7
commit d3cb8131d1
2 changed files with 0 additions and 5 deletions

View File

@@ -15,8 +15,6 @@
#define SetLastSocketError(x) WSASetLastError(x)
#define LastSocketError() WSAGetLastError()
#define SHUT_RD SD_RECEIVE
#define SHUT_WR SD_SEND
#define SHUT_RDWR SD_BOTH
#ifdef EAGAIN