#580 Use timeouts when making HTTP requests
Closed by mprahl. Opened by mprahl.
add-requests-timeouts  into  master

Download 580.patch

When using the RequestsSession.request method, a timeout keyword
argument is always added to the request. When using the get or
post method directly, it bypasses this default timeout.

The requests library will wait forever if no timeout is set, so
this can cause outages.

@lholecek and @vmaljulin could you please review?

Ah, nevermind. I just remembered that .post calls .request. I'll close this.

Pull-Request has been closed by mprahl

Metadata