[Bug 16553] Consider not firing a needkey event when a potentially encrypted stream is encountered if the key is already known

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16553

Joe Steele <steele@adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steele@adobe.com

--- Comment #3 from Joe Steele <steele@adobe.com> 2012-09-04 16:31:35 UTC ---
The way I read step#5 of the createSession() method, a keymessage event will
always be fired. This is going to be unnecessary overhead in cases where the
key is already known, either because it was previously acquired and is still
live or because it was embedded in the initData. Can we simply not fire that
message if the key is already available?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 4 September 2012 16:31:43 UTC