DescriptionBlimp: relocate thread-unsafe member getter in DropConnection code.
There is logic in the ClientSession/ClientContext which attempts
to drop a connection on the IO thread. Unfortunately, in doing so,
it called a thread-unsafe member getter within the call to PostTask.
This CL moves the getter into a helper method which runs entirely
on the IO thread.
R=nyquist@chromium.org,wez@chromium.org
CC=steimel@chromium.org
BUG=647814
Committed: https://crrev.com/6ecbaf9d15c6bff239e1a38502de55146d3e56e6
Cr-Commit-Position: refs/heads/master@{#419491}
Patch Set 1 #
Total comments: 5
Patch Set 2 : wez feedback #
Messages
Total messages: 10 (2 generated)
|