Hi, Since the websocket data frame supports variable payload length, and it may vary depending on the Packet Len field, this patch add support for getting payload length according to different situations. In the patch, the "payload_value" variable is changed to "payload_length" which is its real meaning.
By the way, Since the data frame is of variable length, how to read the frame through socket read API? Do anyone have good idea about handling this? Thanks Regards, --Kay
fix_get_payload_length.patch
Description: Binary data
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
