We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d49b9d commit d27db21Copy full SHA for d27db21
1 file changed
trunk/src/app/srs_app_utility.cpp
@@ -95,7 +95,6 @@ int srs_socket_connect(string server, int port, int64_t timeout, st_netfd_t* pst
95
srs_info("connect ok. server=%s, ip=%s, port=%d", server.c_str(), ip.c_str(), port);
96
97
*pstfd = stfd;
98
- ::close(sock);
99
return ret;
100
101
failed:
0 commit comments