planety / prologue

Powerful and flexible web framework written in Nim
https://planety.github.io/prologue
Apache License 2.0
1.24k stars 47 forks source link

fix content type without charset no semicolon #194

Closed fbpyr closed 1 year ago

fbpyr commented 1 year ago

As discussed with xflywind in chat #nim-webdev:matrix.org ,
a fix that omits the semicolon in Content-Type , if mimetype is present, but no charset is given.

fbpyr commented 1 year ago

@ringabout thank you, too! 🙂