changeset 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 6efe4dbf713b
children 6874b32dc3d2
files http_keepalive.t
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;