iproto: fix error in listening numerical uri
After stopping listening, the structure responsible for storing information about the listening socket (struct evio_service) was not initialized again, which led to the fact that it continued to store some outdated parameters. Closes #6535
Showing
- changelogs/unreleased/gh-6535-fix-error-in-listening-to-numerical-uri-after-listening-to-unix-socket.md 4 additions, 0 deletions...tening-to-numerical-uri-after-listening-to-unix-socket.md
- src/box/iproto.cc 1 addition, 0 deletionssrc/box/iproto.cc
- test/box-tap/gh-6535-listen-update-numeric-uri.test.lua 17 additions, 0 deletionstest/box-tap/gh-6535-listen-update-numeric-uri.test.lua
Loading
Please register or sign in to comment