增加流标签
This commit is contained in:
@@ -468,8 +468,8 @@ struct ssl_chello* ssl_chello_parse(const unsigned char* buff, size_t buff_len,
|
||||
*result = CHELLO_PARSE_INVALID_FORMAT;
|
||||
return _chello;
|
||||
}
|
||||
enum chello_parse_result rtn = parse_extensions(buff + pos, len, _chello);
|
||||
*result = rtn;
|
||||
enum chello_parse_result ret = parse_extensions(buff + pos, len, _chello);
|
||||
*result = ret;
|
||||
return _chello;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user