FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
678 stars 135 forks source link

Support 'session.timeout_seconds = 5' in Session #58

Closed seadhy closed 1 year ago

seadhy commented 1 year ago

With this fix, you can specify session.timeout_seconds = 5 that the entire session will run at a certain timeout.

FlorianREGAZ commented 1 year ago

Merged, thank you very much!