applied. about the pending data, we need to hook to the read event and keep a list about those connections, mostly as monkey core does for large requests, that part requires more work.
thanks for your contribution. On Fri, Mar 30, 2012 at 9:40 AM, Kay <[email protected]> wrote: > 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 > > _______________________________________________ > Monkey mailing list > [email protected] > http://lists.monkey-project.com/listinfo/monkey > -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
