commit
cbbd9ab069
|
@ -293,7 +293,7 @@ export default class Websock {
|
||||||
// e.g. compacting.
|
// e.g. compacting.
|
||||||
// The function also expands the receive que if needed, and for
|
// The function also expands the receive que if needed, and for
|
||||||
// performance reasons we combine these two actions to avoid
|
// performance reasons we combine these two actions to avoid
|
||||||
// unneccessary copying.
|
// unnecessary copying.
|
||||||
_expandCompactRQ(minFit) {
|
_expandCompactRQ(minFit) {
|
||||||
// if we're using less than 1/8th of the buffer even with the incoming bytes, compact in place
|
// if we're using less than 1/8th of the buffer even with the incoming bytes, compact in place
|
||||||
// instead of resizing
|
// instead of resizing
|
||||||
|
|
Loading…
Reference in New Issue