winlin

add comments for the connection remove

@@ -907,6 +907,7 @@ int SrsServer::accept_client(SrsListenerType type, st_netfd_t client_stfd) @@ -907,6 +907,7 @@ int SrsServer::accept_client(SrsListenerType type, st_netfd_t client_stfd)
907 srs_verbose("add conn to vector."); 907 srs_verbose("add conn to vector.");
908 908
909 // cycle will start process thread and when finished remove the client. 909 // cycle will start process thread and when finished remove the client.
  910 + // @remark never use the conn, for it maybe destroyed.
910 if ((ret = conn->start()) != ERROR_SUCCESS) { 911 if ((ret = conn->start()) != ERROR_SUCCESS) {
911 return ret; 912 return ret;
912 } 913 }