comparison proxy_cache_vary.t @ 507:34280f6b0bc6

Tests: trailing spaces.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 02 Dec 2014 21:08:34 +0300
parents 3036e3af0e08
children 907e89fba9c3
comparison
equal deleted inserted replaced
506:5baf4b01cae4 507:34280f6b0bc6
226 # and only if those in the first request can be transformed to those in 226 # and only if those in the first request can be transformed to those in
227 # the second request by applying any of the following: 227 # the second request by applying any of the following:
228 # 228 #
229 # o adding or removing whitespace, where allowed in the header field's 229 # o adding or removing whitespace, where allowed in the header field's
230 # syntax 230 # syntax
231 # 231 #
232 # o combining multiple header fields with the same field name (see 232 # o combining multiple header fields with the same field name (see
233 # Section 3.2 of [RFC7230]) 233 # Section 3.2 of [RFC7230])
234 # 234 #
235 # o normalizing both header field values in a way that is known to 235 # o normalizing both header field values in a way that is known to
236 # have identical semantics, according to the header field's 236 # have identical semantics, according to the header field's
237 # specification (e.g., reordering field values when order is not 237 # specification (e.g., reordering field values when order is not
238 # significant; case-normalization, where values are defined to be 238 # significant; case-normalization, where values are defined to be
239 # case-insensitive) 239 # case-insensitive)