Skip to content

Commit 2a5312e

Browse files
committed
patch 9.1.1038: tests: test_channel.py fails with IPv6
Problem: tests: test_channel.py fails with IPv6 (eds-collabora) Solution: Use 127.0.0.1 instead of localhost fixes: #16398 Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 8dec6c2 commit 2a5312e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,4 @@ def main(host, port, server_class=ThreadedTCPServer):
285285
server.shutdown()
286286

287287
if __name__ == "__main__":
288-
main("localhost", 0)
288+
main("127.0.0.1", 0)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
1038,
707709
/**/
708710
1037,
709711
/**/

0 commit comments

Comments
 (0)