NS_ERROR_NET_PARTIAL_TRANSFER error when streaming video in Firefox
## Summary An intermittent playback failure in Firefox occurs after ~2 minutes of video streaming, resulting in `NS_ERROR_NET_PARTIAL_TRANSFER`. This Firefox-specific error manifests despite correct HTTP 200 responses in nginx logs and functional video playback in other browsers. The conjugated root cause involves **incorrect range-response handling** when serving video content. ## Root Cause Failure stems from … Read more