aboutsummaryrefslogtreecommitdiffstats
path: root/util/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/http.c')
-rw-r--r--util/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/http.c b/util/http.c
index 269e9238d..e61f20972 100644
--- a/util/http.c
+++ b/util/http.c
@@ -150,6 +150,7 @@ void
http_start_data( HTTP_HD hd )
{
if( !hd->in_data ) {
+ iobuf_put( hd->fp_write, '\r' );
iobuf_put( hd->fp_write, '\n' );
hd->in_data = 1;
}