comparison js_request_body.t @ 1451:9d579fc770a6

Tests: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 22 Mar 2019 15:31:10 +0300
parents 5833f3b7a884
children 9521130f6f22
comparison
equal deleted inserted replaced
1450:5f53a1d6b83c 1451:9d579fc770a6
114 CRLF . 114 CRLF .
115 ("1234567890" x 1024); 115 ("1234567890" x 1024);
116 116
117 return http($p, %extra); 117 return http($p, %extra);
118 } 118 }
119
120 ###############################################################################