fukamachi / woo

A fast non-blocking HTTP server on top of libev
http://ultra.wikia.com/wiki/Woo_(kaiju)
MIT License
1.29k stars 97 forks source link

float type specifiers appearing in my html responses. #116

Open gitthail opened 2 months ago

gitthail commented 2 months ago

I noticed numbers like 500.5 are displaying as 500.5f0 in the browser since I updated to latest version of woo.

I spent some hours looking in my code, but using hunchentoot has fixed the issue.

I'll do more digging and update tomorrow, just giving an early warning.

fukamachi commented 2 months ago

Can you share reproducible steps?