mirror of
https://github.com/curl/curl.git
synced 2026-06-04 02:44:16 +03:00
CURLOPT_RTSP_SESSION_ID.md: clarify reuse "dangers"
When re-using easy handles the session id stays, unless you do something about it. Closes #21358
This commit is contained in:
parent
a06fd64974
commit
97cf21acd2
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ option.
|
|||
Using this option multiple times makes the last set string override the
|
||||
previous ones. Set it to NULL to disable its use again.
|
||||
|
||||
**WARNING:** when changing the URL's origin in a reused easy handle, you might
|
||||
want to set or clear the Session ID to avoid reuse across different hosts.
|
||||
|
||||
# DEFAULT
|
||||
|
||||
NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue