proxygen
proxygen copied to clipboard
Chunked Response Issue
I am facing a issue with a site where it streams a live video. It sends the data as chunked response and it is failing. When I check the Network Tab in Developer tools of the Browser, I saw this error: "net::ERR_INCOMPLETE_CHUNKED_ENCODING". When I try to debug and find the cause, I found that this issue occurred whenever the EOM is queued instead of sending now.
I am using proxygen v2024.06.17.00.
Whenever the flow went to the else condition, the error occurred. https://github.com/facebook/proxygen/blob/a837e3955fb0c6c6290552329163653586a0eed1/proxygen/lib/http/session/HTTPTransaction.cpp#L1484-L1510
I couldn't find the root cause. Can you help me fix this issue.