]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchView.pm
www_atom_stream: require 200 response
[public-inbox.git] / lib / PublicInbox / SearchView.pm
index b025ec964b8060157e881272701ebd6a9dd94424..3dce768f78201347acc959240bfc88f75a9f5e85 100644 (file)
@@ -359,7 +359,7 @@ sub adump {
        my ($cb, $mset, $q, $ctx) = @_;
        $ctx->{ids} = $ctx->{ibx}->isrch->mset_to_artnums($mset);
        $ctx->{search_query} = $q; # used by WwwAtomStream::atom_header
-       PublicInbox::WwwAtomStream->response($ctx, 200, \&adump_i);
+       PublicInbox::WwwAtomStream->response($ctx, \&adump_i);
 }
 
 # callback for PublicInbox::WwwAtomStream::getline