]> Sergey Matveev's repositories - public-inbox.git/commit
www_atom_stream: require 200 response
authorEric Wong <e@80x24.org>
Sat, 10 Sep 2022 08:16:55 +0000 (08:16 +0000)
committerEric Wong <e@80x24.org>
Sat, 10 Sep 2022 19:50:27 +0000 (19:50 +0000)
commite4baa06a7c01490744bc3fcd0b8a6136fd341323
tree2f1e590a97b5ea7961bf5f71deb0d2ca320cd51a
parent0eec12d630c1bac6f5a7850f37a7d67ecdbadf7e
www_atom_stream: require 200 response

This simplifies parameter passing at the moment.  I can't
imagine an Atom feed reader would be parsing XML for 404s or
other error codes.
lib/PublicInbox/Feed.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/WwwAtomStream.pm