[webkit-dev] How to handle error response on the browser when the HTTP request fails
zaheer ahmad
zaheer.mot at gmail.com
Wed Feb 11 22:25:22 PST 2009
If you are using curl backend, network errors are already reported back but
ignored. you need to implement FrameloaderClient::dispatchDidFailLoading
delegate to pass it back to the application.
regards,
Zaheer
On Wed, Feb 11, 2009 at 7:03 PM, Nitin Walke <nitwalke at gmail.com> wrote:
> Hi,
>
> I am new to Webkit and have developed a basic browser using Webkit GTK port
> on linux.
> I want to show error response on the browser when the HTTP request fails
> for some reason like
> bad gateway or Server error etc. Currently the browser does not show any
> response in case of any error.
> Please advise how to go about implementing the same.
>
> Thanks
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090212/0fd08d1b/attachment.html>
More information about the webkit-dev
mailing list