[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 00:39:07 PST 2010


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





--- Comment #12 from Sergio Villar Senin <svillar at igalia.com>  2010-11-09 00:39:07 PST ---
(In reply to comment #7)
> (In reply to comment #6)
> > You're indeed right, we're not notifying about the didReceiveResponse for directories but:
> > 
> > 1) why don't you just remove the condition in line 534 then?, and
> 
> That would mean calling didReceiveResponse multiple time in the case of HTTP. Also there was discussion about Soup future where FTP would fire callbacks that triggers didReceiveResponse too, and potentially other protocols. Checking if a response was send right before passing the first buffer seems to be the most generic solution at the moment.

Maybe I'm missing something but that did receive response is only called for "file:" URIs. HTTP requests don't match that condition.

-- 
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