]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WWW.pm
view: msg_html uses getline body to reduce latency
[public-inbox.git] / lib / PublicInbox / WWW.pm
index 5fa4e3804e8e596a6500c1e397fa1dfbf810a055..c25deff3117dfe576ec33719b4bc2cc17befbf20 100644 (file)
@@ -228,7 +228,7 @@ sub get_mid_html {
        my $mime = Email::MIME->new($x);
        searcher($ctx);
        [ 200, [ 'Content-Type' => 'text/html; charset=UTF-8' ],
-         [ PublicInbox::View::msg_html($ctx, $mime, $foot) ] ];
+         PublicInbox::View::msg_html($ctx, $mime, $foot) ];
 }
 
 # /$INBOX/$MESSAGE_ID/t/