clj-commons / aleph

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP
http://aleph.io
MIT License
2.54k stars 241 forks source link

Add charset to text/plain responses #662

Closed arnaudgeiser closed 1 year ago

arnaudgeiser commented 1 year ago

This adds charset=UTF-8 to every text/plain responses.

arnaudgeiser commented 1 year ago

Tests failed because of fragile TCP tests. I'm going to merge this and address the comment here to fix them : https://github.com/clj-commons/aleph/pull/661

arnaudgeiser commented 1 year ago

Closes #236