=act #17255 Temporary disable windows-connection-abort-workaround

(cherry picked from commit 5d557261082421dda234ad37656d6940252158af)
This commit is contained in:
Patrik Nordwall 2015-03-26 09:27:46 +01:00
parent db8d02ff06
commit e75f43c53e
2 changed files with 5 additions and 1 deletions

View file

@ -3,3 +3,7 @@ akka {
serialize-messages = on
}
}
# FIXME Some test depend on this setting when running on windows.
# It should be removed when #17122 is solved.
akka.io.tcp.windows-connection-abort-workaround-enabled = auto

View file

@ -649,7 +649,7 @@ akka {
# and undefined behavior.
# Possible values of this key are on, off and auto where auto will enable the
# workaround if Windows is detected automatically.
windows-connection-abort-workaround-enabled = auto
windows-connection-abort-workaround-enabled = off
}
udp {