I have compiled and tested both the winEmbed and mfcEmbed projects and I am having a
problem with the cache. If I have a page open then refresh the page I get the
following assertion:
nsHttpChannel.cpp line 313
rv = CheckCache();
NS_ASSERTION(NS_SUCCEEDED(rv), "cache check failed");
If I debug into CheckCache() the failure is due to the "response-head" being an empty
string and thus failing mCachedResponseHead->Parse() at line 1271 of nsHttpChannel.cpp.
Using preferences I have tried all combinations of turning on/off memory and disk
caching but that has had no affect.
Can anyone tell me what may be causing this and how to fix the issue?
Thanks!!!
Bubu
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding