]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Feed.pm
www_stream: aresponse assumes 200, too
[public-inbox.git] / lib / PublicInbox / Feed.pm
index bdfa0d9d904373c6f3af80908ccbf1e78af85e8d..56ca98861a096365bd78402340f91078eb3ad85d 100644 (file)
@@ -71,7 +71,7 @@ sub new_html {
        $ctx->{-html_tip} = '<pre>';
        $ctx->{-upfx} = '';
        $ctx->{-hr} = 1;
-       PublicInbox::WwwStream::aresponse($ctx, 200, \&new_html_i);
+       PublicInbox::WwwStream::aresponse($ctx, \&new_html_i);
 }
 
 # private subs