nodejs / undici

An HTTP/1.1 client, written from scratch for Node.js
https://nodejs.github.io/undici
MIT License
5.92k stars 511 forks source link

websocket: don't use pooled buffer in mask pool #3357

Closed tsctx closed 1 week ago

tsctx commented 1 week ago

@mcollina

tsctx commented 1 week ago

Unfortunately, I can write a test, but this can't catch using pooled buffer completely.

KhafraDev commented 1 week ago

better something than nothing

tsctx commented 1 week ago

test was placed incorrectly. this can catch it until now!