27.02.2009, в 8:00, Scott Schmitz написал(а):
I have an ajax application which has been optimized to use if- modified-since to minimize the data traffic. It used to work fine on Safari, but now I am seeing that it works when I make the request using http but does not when I make the request using https. I am wondering what the problem is? I had been seeing a problem earlier with large data sets being returned not being cached - like anything above 100k would not cache. I believe this was fixed, but am wondering if there's something special about https caching? Are there size limits? Perhaps you never cache?
This sounds related to <https://bugs.webkit.org/show_bug.cgi? id=24159>. In any case, please file a bug via <http://bugreport.apple.com > for Apple engineers working on network back-end to investigate this problem. It is not part of open source WebKit, so discussing it is not really on topic here. You said that this used to work - it would help a _lot_ to know when exactly it broke.
Here's the AJAX request: https://www.scottschmitz.com/subscription/AJAX/GetList.php?userID=37&databaseName=Contact&format=Contact
It would be great if your bug report linked to a complete test case (including JavaScript code that makes the request).
- WBR, Alexey Proskuryakov _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

