Yuhsak Inoue
Results
1
comments of
Yuhsak Inoue
I faced the same issue, and I could make it work by adding `Content-Encoding: identity` to the response header. ```js return new Response(null, { status: 101, webSocket: client, headers: {...