From 90af450d63e13bc20d9afcb3ecaee1063b65568a Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 27 Nov 2013 22:54:43 +0800 Subject: [PATCH] add todo for response client detail error --- trunk/src/core/srs_core_client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/core/srs_core_client.cpp b/trunk/src/core/srs_core_client.cpp index ec16b95fc..d066128f4 100644 --- a/trunk/src/core/srs_core_client.cpp +++ b/trunk/src/core/srs_core_client.cpp @@ -62,6 +62,7 @@ SrsClient::~SrsClient() srs_freep(refer); } +// TODO: return detail message when error for client. int SrsClient::do_cycle() { int ret = ERROR_SUCCESS;