You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this module along with pythongssapi/requests-gssapi, unfortunately the module is not threadsafe and I have to perform my requests with a ThreadPoolExecutor. Interleaving threads break requests. My basic code passes auth always to the session request now. Unfortunately, this module does not allow that. Or if you want to use alternative credentials this is not possible.
My request is to pass this through and if auth is None use the one from options/session else this one.
The text was updated successfully, but these errors were encountered:
I am using this module along with
pythongssapi/requests-gssapi
, unfortunately the module is not threadsafe and I have to perform my requests with aThreadPoolExecutor
. Interleaving threads break requests. My basic code passesauth
always to the session request now. Unfortunately, this module does not allow that. Or if you want to use alternative credentials this is not possible.My request is to pass this through and if
auth
isNone
use the one from options/session else this one.The text was updated successfully, but these errors were encountered: