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
server: Enable lua legacy float response for RESP3 (#5754)
* server: Enable lua legacy float response for RESP3
Previously when the lua legacy float flag was set, doubles would be sent
as floats for RESP2 but for RESP3 this behavior was skipped. This
changeset extends the behavior to RESP3 as well.
Signed-off-by: Abhijat Malviya <[email protected]>
0 commit comments