[system] WebSocket continuation frame incorrectly handles the message type opcode
authorMatthew Leibowitz <mattleibow@live.com>
Wed, 15 Oct 2014 12:14:07 +0000 (14:14 +0200)
committerMatthew Leibowitz <mattleibow@live.com>
Wed, 15 Oct 2014 12:14:07 +0000 (14:14 +0200)
commite3719ebcfcbf5d523552e9955c6de6fac85ee7da
tree109c58c5b716b9c0c3f3c231f8adc4e2f647380c
parent1531798bbe3124306216ff292299db6ed88f2918
[system] WebSocket continuation frame incorrectly handles the message type opcode
When a frame marked with OPCODE 0, it is a continuation frame. This frame does not carry the message type and should be derived from the previous frame.
mcs/class/System/System.Net.WebSockets/ClientWebSocket.cs