Fix JSON NaN
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Apr 2012 16:48:59 +0000 (16:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Apr 2012 16:48:59 +0000 (16:48 +0000)
commitb6c98f9c579e8f18af57962d0e500b5b20bf6439
treef9272d564f82b634697746cd1f59d0042d88b5fd
parent84dadb80ab8b2af0f761c44d1cdc012ebc6d8a5b
Fix JSON NaN

Hi,

The attached patch fixes the JSON generation when dealing with NaN (not
a number), this makes the JSON parsing in the web browser succeed
(before it would get a "nan" which is not a valid JS value)

Chris
libs/web/luasrc/http.lua