]> Sergey Matveev's repositories - public-inbox.git/commit
cgi: do not specify charset in Atom HTTP header
authorEric Wong <e@80x24.org>
Thu, 10 Apr 2014 00:23:18 +0000 (00:23 +0000)
committerEric Wong <e@80x24.org>
Thu, 10 Apr 2014 00:27:18 +0000 (00:27 +0000)
commit44af7563687c794dba2006a774ec525208488755
tree4eeffad104f324a520172e5e59fe357a2e5d29cb
parent4ea72fc2602921ddb9e66dc56fd76893c3b57022
cgi: do not specify charset in Atom HTTP header

The feed itself already specifies it in XML, and we risk confusing
clients if XML::Atom::SimpleFeed changes in the future.  This also
increases consistency for CGI vs static-file serving.
public-inbox-cgi