提交 e1798f85 编写于 作者: B Bodo Möller

In ssl3_read_n, set rwstate to SSL_NOTHING when the requested

number of bytes could be read.
上级 243ba409
......@@ -214,6 +214,7 @@ static int ssl3_read_n(SSL *s, int n, int max, int extend)
s->s3->rbuf.offset = off + n;
s->s3->rbuf.left = newb - n;
s->packet_length += n;
s->rwstate=SSL_NOTHING;
return(n);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册