comparison sub_filter_buffering.t @ 1451:9d579fc770a6

Tests: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 22 Mar 2019 15:31:10 +0300
parents ea796652fcdc
children
comparison
equal deleted inserted replaced
1450:5f53a1d6b83c 1451:9d579fc770a6
97 "HTTP/1.1 200 OK" . CRLF . 97 "HTTP/1.1 200 OK" . CRLF .
98 "Content-Length: 10" . CRLF . CRLF . 98 "Content-Length: 10" . CRLF . CRLF .
99 "xyz"; 99 "xyz";
100 } 100 }
101 } 101 }
102
103 ###############################################################################