CF HKG/NRT edge to client transfer will hang
Start from 22:00 yesterday(UTC+0), some requests from Hong Kong and Japan to Cloudflare edge will hang during transfer.
But I haven't seen this issue on cloudflare status yet, so post here to see if anything I can doing with
For more details:
Since my app don't have a transfer timeout but have a mutex lock on request,
this issue will result in my app stick on one request and not sending more requests, so fewer requests will be made
But I haven't seen this issue on cloudflare status yet, so post here to see if anything I can doing with
For more details:
- Connect between client and cloudflare edge will success
- Transfer after connect will hang
- Tried to deploy a worker to apply a timeout on request to origin won't resolve this issue(so this issue is not origin related)
- Client and origin server is all in my control
Can work with diagnostics.
Since my app don't have a transfer timeout but have a mutex lock on request,
this issue will result in my app stick on one request and not sending more requests, so fewer requests will be made

