Remove misplaced asserts. connection_resched changes connection state
to UNUSED without holding connections mutex. It's not safe for connection_init to check connection state until after acquires the c_mutex.
Please register or sign in to comment
to UNUSED without holding connections mutex. It's not safe for connection_init to check connection state until after acquires the c_mutex.