[Bug 21855] Avoid network traffic and duplicate sessions for the same key(s)

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

--- Comment #5 from Adrian Bateman [MSFT] <adrianba@microsoft.com> ---
Our proposal sits on top of the proposal for Bug 21854. When initdata is
encountered, it always results in a needkey event. When a session is created,
it may move immediately from the CREATED state to the READY state if no other
input is required.

If the CDM detects that there is already another session "A" in the PENDING
state acquiring a key that matches the initdata for a new session "B" then the
CDM MAY choose to keep session "B" in the CREATED state until the session "A"
leaves the PENDING state and then fire keyerror or keyready at session "B".

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 18 June 2013 14:53:50 UTC