Re: [webkit-dev] crash when loading certain pages

2008-05-09 Thread zaheer ahmad
hi, thanks for the response. unfortunately i dont have a x86 environment to run the valgrind. here is the sequence of events that lead to this failure.. - open nytimes.com - when it is partiially loaded open weather.com - 4 pending jobs in nytimes get cancelled, however the 5th is not and results

Re: [webkit-dev] crash when loading certain pages

2008-05-09 Thread Mike Emmel
Would you be willing to try the ncurl patch ? https://bugs.webkit.org/show_bug.cgi?id=17972 I believe I fixed this. On Fri, May 9, 2008 at 5:37 AM, zaheer ahmad [EMAIL PROTECTED] wrote: hi, thanks for the response. unfortunately i dont have a x86 environment to run the valgrind. here is

[webkit-dev] Does WebKit support 304 Not Modified for Ajax requests?

2008-05-09 Thread Scott Schmitz
I have a web application that makes extensive use of xmlhttprequest (AJAX). I have optimized these GET requests such that the server will return a 304 not modified if the ETag matches up from a prior request. That way, if the browser cache already has the data, I just send the header

Re: [webkit-dev] Does WebKit support 304 Not Modified for Ajax requests?

2008-05-09 Thread David Kilzer
Hi Scott, This sounds like a bug. Please file a bug on https://bugs.webkit.org/. Attaching a small reproducible sample script to the bug would be extremely helpful as well. Thanks! Dave Scott Schmitz [EMAIL PROTECTED] wrote: I have a web application that makes extensive use of

Re: [webkit-dev] Does WebKit support 304 Not Modified for Ajax requests?

2008-05-09 Thread Maciej Stachowiak
On May 9, 2008, at 8:50 AM, Scott Schmitz wrote: I have a web application that makes extensive use of xmlhttprequest (AJAX). I have optimized these GET requests such that the server will return a 304 not modified if the ETag matches up from a prior request. That way, if the browser