Fix session reset
This commit is contained in:
parent
29d6c7bc02
commit
fa31c0c58b
1 changed files with 1 additions and 1 deletions
2
curl.bqn
2
curl.bqn
|
@ -67,7 +67,7 @@ OpenSession←{𝕊𝕩:
|
||||||
# OpenSession, but preserving open connections and caches
|
# OpenSession, but preserving open connections and caches
|
||||||
ResetSession←{𝕊 session:
|
ResetSession←{𝕊 session:
|
||||||
SlistFreeAll session.headersSlist
|
SlistFreeAll session.headersSlist
|
||||||
"resetting session"Check EasyReset session.sessionPtr
|
EasyReset session.sessionPtr
|
||||||
"setting user agent"Check EasySetoptStr⟨session.sessionPtr,curlOptions.useragent,"curl/bqn"∾@⟩
|
"setting user agent"Check EasySetoptStr⟨session.sessionPtr,curlOptions.useragent,"curl/bqn"∾@⟩
|
||||||
"setting redirect option"Check EasySetoptLong⟨session.sessionPtr,curlOptions.followlocation,1⟩
|
"setting redirect option"Check EasySetoptLong⟨session.sessionPtr,curlOptions.followlocation,1⟩
|
||||||
slist←SlistAppend⟨8↑0,""⟩
|
slist←SlistAppend⟨8↑0,""⟩
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue