Bug 175149 - [Curl] Implement authentication credential supplied callback.
Summary: [Curl] Implement authentication credential supplied callback.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 175148 177105
Blocks:
  Show dependency treegraph
 
Reported: 2017-08-03 12:58 PDT by Basuke Suzuki
Modified: 2018-03-12 10:31 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Basuke Suzuki 2017-08-03 12:58:58 PDT
Current implementation of ResourceHandleCurl is incomplete. It requires restarting the request with new credential, but it hasn't been implemented. Also cancellation should be handled correctly.
Comment 1 Basuke Suzuki 2018-03-12 10:31:25 PDT
This was invalid with whole architecture restructure.