apify / got-scraping

HTTP client made for scraping based on got.
422 stars 32 forks source link

fix: pass the timeout to the `resolveProtocol` calls #131

Closed barjin closed 4 months ago

barjin commented 4 months ago

ALPN negotiation with an unresponsive server caused prolonged hangs, as it didn't respect the specified timeouts.

Fixes #130