winlin

update donation

@@ -13,6 +13,7 @@ RMB 500-999 @@ -13,6 +13,7 @@ RMB 500-999
13 * [2015-xx-xx xx:xx] xxx 13 * [2015-xx-xx xx:xx] xxx
14 14
15 RMB 100-499 15 RMB 100-499
  16 +* [2015-03-14 20:21] 万伟
16 * [2015-03-11 09:44] 叶发养 17 * [2015-03-11 09:44] 叶发养
17 * [2015-02-08 21:10] 韩友洪 18 * [2015-02-08 21:10] 韩友洪
18 * [2015-01-09 16:08] 李理 19 * [2015-01-09 16:08] 李理
@@ -1188,6 +1188,7 @@ int SrsHttpServer::hijack(SrsHttpMessage* request, ISrsHttpHandler** ph) @@ -1188,6 +1188,7 @@ int SrsHttpServer::hijack(SrsHttpMessage* request, ISrsHttpHandler** ph)
1188 srs_trace("hstrs: source url=%s, is_edge=%d, source_id=%d[%d]", 1188 srs_trace("hstrs: source url=%s, is_edge=%d, source_id=%d[%d]",
1189 r->get_stream_url().c_str(), vhost_is_edge, s->source_id(), s->source_id()); 1189 r->get_stream_url().c_str(), vhost_is_edge, s->source_id(), s->source_id());
1190 1190
  1191 + // TODO: FIXME: disconnect when all connection closed.
1191 if (vhost_is_edge) { 1192 if (vhost_is_edge) {
1192 // notice edge to start for the first client. 1193 // notice edge to start for the first client.
1193 if ((ret = s->on_edge_start_play()) != ERROR_SUCCESS) { 1194 if ((ret = s->on_edge_start_play()) != ERROR_SUCCESS) {