Comparison

plugins/mod_net_multiplex.lua @ 10762:4fc224c97986

util.rsm: Test that Lua 5.3 floats are not encoded with decimal point The 'max' 'count' and 'index' fields are integers and should be encoded as such on the wire. Care needs to be taken because tostring(1.0) in Lua 5.3+ returns to "1.0" while in previous Lua versions it would return "1".
author Kim Alvefur <zash@zash.se>
date Thu, 23 Apr 2020 18:17:54 +0200
parent 10475:fa0cad7c89e3
child 11023:a59b37b03eca
comparison
equal deleted inserted replaced
10761:b53193bb21cc 10762:4fc224c97986