Commit 4066439
authored
Fix for rackup v1.0.1 support (#2603)
### Summary
This is a fix for the rackup v1.0.1 support that was re-introduced in
f0c3c82
(much appreciated, thank you!). As it currently stands, I believe
passenger cannot be run with rackup 1.0.1 (to keeping using rack 2)
because it's incompatible with the changes made to support rackup v2.1+
in
9f11e3d.
Resolves #2602.
### Testing
_Before, passenger 6.0.27_

_After, this branch_
1 parent e6839e5 commit 4066439
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments