Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commitf66b853
committed
bug#39434 [Cache] Bugfix provide the correct host and port when throwing the exception (renan)
This PR was merged into the 5.3-dev branch.Discussion----------[Cache] Bugfix provide the correct host and port when throwing the exception| Q | A| ------------- | ---| Branch? | 5.x| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | none| License | MIT| Doc PR | noneThe message before was including the result of the `getMasterAddrByName` call of which ended with:```Failed to retrieve master information from master name "mymaster" and address ":0".```Commits-------276bbb5 [Cache] Bugfix provide the correct host and port when throwing the exceptionFile tree
2 files changed
+12
-1
lines changed- src/Symfony/Component/Cache
- Tests/Adapter
- Traits
2 files changed
+12
-1
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
44 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| |||
0 commit comments
Comments
(0)