mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
rename Response and Request's Content into Body
This commit is contained in:
@@ -47,7 +47,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