1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

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);
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_window_ackledgement_size()
|| msg->header.is_ackledgement()