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:
parent
16319d73fd
commit
5ddc71685b
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue