Bug 175149

Summary: [Curl] Implement authentication credential supplied callback.
Product: WebKit Reporter: Basuke Suzuki <Basuke.Suzuki>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: Basuke.Suzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 175148, 177105    
Bug Blocks:    

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.