Commit c8bc2bde authored by Linshizhi's avatar Linshizhi

update

parent 5c4c8fc3
......@@ -156,8 +156,6 @@ int contextInitializes() {
Context *ctx = listGet(ctxs, i);
MMProto *proto = listGet(protos, i);
printf("MW: (1)BUF SIZE: %d\n(2)EOF:%d\n", mmpBufferSize(proto), mmpIsEOF(proto));
if (ctx->state != CONTEXT_STOP ||
(mmpBufferSize(proto) < PROBESIZE && !mmpIsEOF(proto))) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment