Gravatar connection timeout too long
Bug #1782062 reported by
Robert Lyon
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mahara |
Fix Released
|
High
|
Robert Lyon |
Bug Description
If you are using a site with gravatars enabled and they connection is not resolvable then on login the check is held open for 60 seconds until curl instance times out as per:
curl_
in mahara_
But the check goes thru is_valid_url() and this is because we don't want to fetch the result but check the url does exist/resolves
So we should pass a CURLOPT_
Changed in mahara: | |
milestone: | none → 18.10.0 |
status: | New → In Progress |
assignee: | nobody → Robert Lyon (robertl-9) |
importance: | Undecided → High |
Changed in mahara: | |
status: | In Progress → Fix Committed |
Changed in mahara: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Patch for "master" branch: https:/ /reviews. mahara. org/9017