-
Notifications
You must be signed in to change notification settings - Fork 8k
Commit 37680a3
sapi/apache2: apache env with walk_to_top going to the parent request.
up to now, we walked down the oldest request we can find, now
if the current request is a subrequest, we just reach to its parent
directly.
Previous workflow for setting env affects a possible non main request
within those internal redirections.1 parent 780a828 commit 37680a3
1 file changed
+9
-14
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 | - | ||
177 | - | ||
178 | - | ||
176 | + | ||
179 | 177 |
| |
180 | 178 |
| |
181 | 179 |
| |
| |||
196 | 194 |
| |
197 | 195 |
| |
198 | 196 |
| |
199 | - | ||
200 | - | ||
201 | - | ||
197 | + | ||
202 | 198 |
| |
203 | 199 |
| |
204 | 200 |
| |
| |||
243 | 239 |
| |
244 | 240 |
| |
245 | 241 |
| |
246 | - | ||
242 | + | ||
247 | 243 |
| |
248 | 244 |
| |
249 | 245 |
| |
250 | 246 |
| |
251 | 247 |
| |
252 | - | ||
248 | + | ||
253 | 249 |
| |
254 | 250 |
| |
255 | 251 |
| |
| |||
262 | 258 |
| |
263 | 259 |
| |
264 | 260 |
| |
265 | - | ||
266 | - | ||
261 | + | ||
262 | + | ||
267 | 263 |
| |
268 | 264 |
| |
269 | 265 |
| |
| |||
276 | 272 |
| |
277 | 273 |
| |
278 | 274 |
| |
279 | - | ||
280 | 275 |
| |
281 | 276 |
| |
282 | 277 |
| |
283 | 278 |
| |
284 | 279 |
| |
285 | 280 |
| |
286 | - | ||
281 | + | ||
287 | 282 |
| |
288 | 283 |
| |
289 | 284 |
| |
| |||
297 | 292 |
| |
298 | 293 |
| |
299 | 294 |
| |
300 | - | ||
301 | - | ||
295 | + | ||
296 | + | ||
302 | 297 |
| |
303 | 298 |
| |
304 | 299 |
| |
|
0 commit comments