mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
rename Response and Request's Content into Body
This commit is contained in:
@@ -46,7 +46,7 @@ func handleConn(conn *gortsplib.ServerConn) {
|
||||
"Content-Base": base.HeaderValue{req.URL.String() + "/"},
|
||||
"Content-Type": base.HeaderValue{"application/sdp"},
|
||||
},
|
||||
Content: sdp,
|
||||
Body: sdp,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user