Commit 16e5d3f
committed
Fix incomplete env var rename in falcon.rb
PR #6531 renamed SERVICE_DIRECT_PORT to SERVICE_CONNECT_PORT in the
guard condition but missed the reference inside the endpoint block,
causing the secondary Falcon service to bind to a nil port.1 parent 68acc2f commit 16e5d3f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments