Justin Foutts
Results
2
comments of
Justin Foutts
It seems that `JSON.stringify()` only escapes `\u0000-\u001f`: ``` let i = 0 for (i = 0; i x.charCodeAt(0).toString(16)) if (encoding.length > 3) { console.log(code, encoding) } } ``` I will...
I've found the examples provided elsewhere don't work correctly on the first request. The first request triggers .on('upgrade') registration, causing subsequent requests to succeed. But the first request hangs indefinitely.