mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
server: send empty body in GET_PARAMETER responses
This commit is contained in:
@@ -1056,7 +1056,7 @@ func (ss *ServerSession) handleRequest(sc *ServerConn, req *base.Request) (*base
|
||||
Header: base.Header{
|
||||
"Content-Type": base.HeaderValue{"text/parameters"},
|
||||
},
|
||||
Body: []byte("\n"),
|
||||
Body: []byte{},
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user