Disable http-client's default 30 second response timeout when HEADing an url to check if it exists. Some web servers take quite a long time to answer a HEAD request.
This commit is contained in:
parent
e5109468e2
commit
69dcb08d7a
5 changed files with 32 additions and 3 deletions
|
@ -56,6 +56,7 @@ managerSettings = tlsManagerSettings
|
|||
#else
|
||||
managerSettings = conduitManagerSettings
|
||||
#endif
|
||||
{ managerResponseTimeout = responseTimeoutNone }
|
||||
|
||||
type URLString = String
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue