Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] fix IPv6 address handling in server commands#21104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
staabm commentedDec 30, 2016
Misses test? |
xabbuh commentedDec 30, 2016
In fact, we do not have any tests for the server commands at all. Not sure we should add some (their implementation might become tricky). |
GromNaN commentedDec 30, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The method that parses the |
nicolas-grekas commentedJan 12, 2017
Thank you@xabbuh. |
…ands (xabbuh)This PR was merged into the 2.7 branch.Discussion----------[FrameworkBundle] fix IPv6 address handling in server commands| Q | A| ------------- | ---| Branch? | 2.7| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#21039 (comment)| License | MIT| Doc PR |Thisfixes#21039 (comment) as reported by@sstok for the existing commands by backporting@fabpot's patch from#21039.Commits-------2bb4713 fix IPv6 address handling in server commands
Thisfixes#21039 (comment) as reported by@sstok for the existing commands by backporting@fabpot's patch from#21039.