fix support for receiving fragmented handshake messages

This commit is contained in:
Bodo Möller
2006-11-29 14:45:50 +00:00
parent 73b979e601
commit 1e24b3a09e
6 changed files with 29 additions and 18 deletions

View File

@@ -573,11 +573,7 @@ again:
n2s(p,rr->length);
/* Lets check version */
if (s->first_packet)
{
s->first_packet=0;
}
else
if (!s->first_packet)
{
if (version != s->version)
{