ninenines / cowboy

Small, fast, modern HTTP server for Erlang/OTP.

Home Page:https://ninenines.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The file_server example cannot handle unicode filename

linchengcs opened this issue · comments

echo "hello" > priv/中文.html
make run
curl http://localhost:8080/中文.html

Then the server crashes

Please send a patch if you can, shouldn't be too difficult to fix.

Done in 4f26d6a. Closing, thanks!