pre change publish edge to directly send mode

This commit is contained in:
winlin 2014-04-27 14:21:19 +08:00
parent 16319d73fd
commit 5ddc71685b

View File

@ -511,9 +511,9 @@ int SrsEdgeForwarder::proxy_edge_message(SrsEdgeProxyContext* context)
srs_assert(msg); srs_assert(msg);
context->edge_got_message = true; //context->edge_got_message = true;
if (msg->size <= 0 if (msg->size <= 0
|| msg->header.is_set_chunk_size() || msg->header.is_set_chunk_size()
|| msg->header.is_window_ackledgement_size() || msg->header.is_window_ackledgement_size()
|| msg->header.is_ackledgement() || msg->header.is_ackledgement()