We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccf27c commit 5bb0e2fCopy full SHA for 5bb0e2f
ngx_http_flv_live_module.c
@@ -317,10 +317,10 @@ ngx_http_flv_live_send_header(ngx_rtmp_session_t *s)
317
}
318
319
buf_resp_hdr.start = buf_resp_hdr.pos;
320
- buf_resp_hdr.end = buf_resp_hdr.end;
+ buf_resp_hdr.end = buf_resp_hdr.last;
321
322
buf_flv_hdr.start = buf_flv_hdr.pos;
323
- buf_flv_hdr.end = buf_flv_hdr.end;
+ buf_flv_hdr.end = buf_flv_hdr.last;
324
325
cl_resp_hdr.buf = &buf_resp_hdr;
326
cl_flv_hdr.buf = &buf_flv_hdr;
0 commit comments