commit | 25db44a164e9dfb76b65e8b5540abef4668596df | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Nov 16 16:40:44 2017 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Nov 17 08:06:30 2017 +0100 |
tree | bd3bb1c6fcf5fb1d9433109beba4348ee7f99570 | |
parent | 33d7832b19e8b8eb7e482ada89fe038f91082e04 [diff] |
Fix for initial client side cursor Improve the tracking of what cursor we've sent to the client to make sure the initial cursor is sent properly. We previously tried to infer this information based on if we've rendered a server side cursor or not. This logic broke down if things triggered before we've sent the first update to the client.