@@ -140,9 +140,9 @@ like(http_get('/etag/t2'), qr/X-Cache-Status: HIT.*NEW/ms,
140
140
141
141
# check that conditional requests are only used for 200/206 responses
142
142
143
- # d0ce06cb9be1 in 1.7.3 changed to ignore header filter's work to strip
143
+ # 5d477a76f in 1.7.3 changed to ignore header filter's work to strip
144
144
# the Last-Modified header when storing non-200/206 in cache;
145
- # 1573fc7875fa in 1.7.9 effectively turned it back.
145
+ # 1ea64b3f8 in 1.7.9 effectively turned it back.
146
146
147
147
unlike(http_get(' /201' ), qr / X-If-Modified/ , ' other status no revalidation' );
148
148
@@ -152,14 +152,14 @@ select undef, undef, undef, 3.5;
152
152
153
153
# check that conditional requests are not used to revalidate 404 response
154
154
155
- # before fd283aa92e04 introduced in 1.7.7, this test passed by chance because
155
+ # before 4a2fba2d4 introduced in 1.7.7, this test passed by chance because
156
156
# of the If-Modified-Since header that was sent with Epoch in revalidation
157
157
# of responses cached without the Last-Modified header;
158
- # fd283aa92e04 leaved (an legitimate) successful revalidation of 404 by ETag
159
- # (introduced by 44b9ab7752e3 in 1.7.3), which caused the test to fail;
160
- # 1573fc7875fa in 1.7.9 changed to not revalidate non-200/206 responses but
158
+ # 4a2fba2d4 leaved (a legitimate) successful revalidation of 404 by ETag
159
+ # (introduced by b81296167 in 1.7.3), which caused the test to fail;
160
+ # 1ea64b3f8 in 1.7.9 changed to not revalidate non-200/206 responses but
161
161
# leaked Last-Modified and ETag into 404 inherited from stale 200/206 response;
162
- # 174512857ccf in 1.7.11 fixed the leak and allowed the test to pass.
162
+ # f0b5f8337 in 1.7.11 fixed the leak and allowed the test to pass.
163
163
164
164
rename (" $d /t3_moved" , " $d /t3" );
165
165
0 commit comments