mirror of
https://github.com/aler9/gortsplib
synced 2025-10-08 08:30:06 +08:00
client: allow to call client.Close() always
This commit is contained in:
@@ -45,10 +45,6 @@ type Request struct {
|
||||
|
||||
// optional body
|
||||
Body []byte
|
||||
|
||||
// whether to wait for a response or not
|
||||
// used only by ClientConn.Do()
|
||||
SkipResponse bool
|
||||
}
|
||||
|
||||
// Read reads a request.
|
||||
|
Reference in New Issue
Block a user