diff proxy_redirect.t @ 1451:9d579fc770a6

Tests: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 22 Mar 2019 15:31:10 +0300
parents 882267679006
children
line wrap: on
line diff
--- a/proxy_redirect.t
+++ b/proxy_redirect.t
@@ -149,3 +149,5 @@ sub http_get_refresh {
 	http_get($url) =~ /^Refresh:\s(.+?)\x0d?$/mi;
 	return $1;
 }
+
+###############################################################################