mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-17 12:14:34 +00:00
fix: include CSeq in 400 responses
This commit is contained in:
parent
4500ac3008
commit
f96659fa2d
@ -187,7 +187,7 @@ func (c *rtspClient) run() {
|
||||
default:
|
||||
c.log("ERR: %s", err)
|
||||
|
||||
if cseq, ok := req.Headers["cseq"]; ok {
|
||||
if cseq, ok := req.Headers["CSeq"]; ok {
|
||||
c.rconn.WriteResponse(&rtsp.Response{
|
||||
StatusCode: 400,
|
||||
Status: "Bad Request",
|
||||
|
Loading…
Reference in New Issue
Block a user