You'll notice
Fixed a bug where a remote session's postKeptResponse used the wrong response data
What
In the code that manages remote sessions, a method called postKeptResponse was sending a control response built from a variable belonging to an outer, unrelated scope instead of its own parameter. It now correctly uses its own parameter's data when sending the response.
Why
This was a bug that could cause the wrong response data to be sent back for a kept response in a remote session; fixing it ensures the response actually sent matches the one that was meant to be kept.