derhuerst / gemini

Gemini protocol server & client for Node.js.
ISC License
49 stars 8 forks source link

Bug Fix: Use connectTimeout parameter to determine timeout length #13

Closed bwestergard closed 1 year ago

bwestergard commented 2 years ago

Without this change, the connectTimeout is passed in to the _request function, but ignored in favor of a hardcoded value of 20 * 1000 milliseconds. This allows any timeout duration to be set.