ensure that the masking key is initialized
This commit is contained in:
@@ -560,6 +560,8 @@ public:
|
||||
if (masked) {
|
||||
// Generate masking key.
|
||||
key.i = m_rng();
|
||||
} else {
|
||||
key.i = 0;
|
||||
}
|
||||
|
||||
// prepare payload
|
||||
|
||||
Reference in New Issue
Block a user