Actions
Task #8913
closedRemove deprecated "http_backoff" function from the plugin API
Updated by bmbouter over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by bmbouter over 3 years ago
Updated by bmbouter over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|e96d13051126787004f7f84de31388aca6753eeb.
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Removes
http_giveup
method from plugin APIThis is no longer needed in the plugin API because, starting with
pulpcore==3.14
theHttpDownloader.run()
method uses it directly so plugins no longer have to use it on their_run()
subclass definitions.closes #8913