You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use global TLS variable in proxying.c. NFC (#24596)
There was some suspicion that this might lead to a code size change but
it doesn't seem to (I suppose because bool/int doesn't have any code in
its constructor).
Also use `bool` rather than `int` to better convey intent.
Split out from #24565
0 commit comments