diff http_keepalive.t @ 1361:6c4f9941ae9f

Tests: fixed http_keepalive.t response logging.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 06 Aug 2018 14:52:00 +0300
parents 2b8523bd4988
children 1a409a166420
line wrap: on
line diff
--- a/http_keepalive.t
+++ b/http_keepalive.t
@@ -136,6 +136,7 @@ EOF
 			last if $data =~ /^\x0d\x0a/ms;
 		}
 
+		log_in($data);
 	}
 
 	return $data;