From 5c236f2743472eb25171e521625d0c1848de6070 Mon Sep 17 00:00:00 2001 From: miker Date: Sat, 12 Jan 2008 01:02:23 +0000 Subject: [PATCH] force flushing of the apache/mod_perl buffer after each record git-svn-id: svn://svn.open-ils.org/ILS/trunk@8379 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm index 3c38cd1129..de2b2b3e5a 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Exporter.pm @@ -251,6 +251,8 @@ sub handler { $r->print($req->as_usmarc); } + $r->rflush(); + } otherwise { my $e = shift; warn "\n$e\n"; -- 2.11.0