Updates:
Cc: [email protected]
Labels: -Mstone-4 Mstone-X
Comment #19 on issue 18559 by [email protected]:
ERROR:net/ocsp/nss_ocsp.cc(505)] data size too large: 65536 < 449324
http://code.google.com/p/chromium/issues/detail?id=18559
I verified that the 64 KB max response data length comes from NSS.
I filed NSS bug 526910 (https://bugzilla.mozilla.org/show_bug.cgi?id=526910)
and moved it to Mstone-X.
On our side, there are a few things we can do.
1. We can lower the severity of the log messages from ERROR to WARN.
2. We should stop reading the response data as soon as we have read more
than the max response data length. This way we won't waste memory.
I think #2 is worth doing. #1 is a maybe, because this is truly an
error.
While researching this issue, I found a few minor issues in the code,
I will write a changelist to fix them.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---