DescriptionMake SSLClientSessionCacheOpenSSL thread-safe.
Although the network stack is single-threaded, it *should* be legal to spin up
a parallel instance of everything on another thread. Until
https://crbug.com/458365 is resolved, the session cache is one of the few
global mutable objects in the network stack, apart from test code. Thus it
needs to be locked.
BUG=476713
Committed: https://crrev.com/84ce239582c58560bb11c731e17be5aeb45da863
Cr-Commit-Position: refs/heads/master@{#325459}
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 7 (2 generated)
|