[Webkit-unassigned] [Bug 49018] [GTK] response.isNull() assert when using directory file URI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 9 08:37:59 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49018





--- Comment #15 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk>  2010-11-09 08:37:59 PST ---
(In reply to comment #14)
> (In reply to comment #13)
> > (In reply to comment #12)
> All the callbacks you mention are only executed for HTTP requests, for file: uri's none of them are called. That's why didreceiveresponse won't be called twice for file:URI's.

I completely understand that, but you forgot that FTP, FTPS is also enabled (and those are currently handled with GIO, which mean no response). Your solution to do case by case handling is just not future proof. We need to be able to change the backend (e.g. add new protocols, add proper response to FTP) without always getting weird assert and crash.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list