Merge: Fix nitcorn `Content-Length` when working with UTF-8 files
authorJean Privat <jean@pryen.org>
Tue, 4 Aug 2015 20:10:23 +0000 (16:10 -0400)
committerJean Privat <jean@pryen.org>
Tue, 4 Aug 2015 20:10:23 +0000 (16:10 -0400)
Changes:
* use `bytelen` instead of `length` when setting `Content-Length` header
* add media types for web fonts

Pull-Request: #1605
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>


Trivial merge