Merge branch '1182'
Conflicts: akka-actor-tests/src/test/scala/akka/io/TcpConnectionSpec.scala
This commit is contained in:
commit
6321663471
3 changed files with 39 additions and 27 deletions
|
|
@ -298,7 +298,7 @@ class TcpConnectionSpec extends AkkaSpec("akka.io.tcp.register-timeout = 500ms")
|
|||
* has hit the network medium. The only exception is when you disable the Winsock buffering by setting
|
||||
* SO_SNDBUF to 0."
|
||||
*/
|
||||
"close the connection and reply with `ConfirmedClosed` upong reception of an `ConfirmedClose` command (simplified)" in withEstablishedConnection(setSmallRcvBuffer) { setup ⇒
|
||||
"close the connection and reply with `ConfirmedClosed` upon reception of an `ConfirmedClose` command (simplified)" in withEstablishedConnection(setSmallRcvBuffer) { setup ⇒
|
||||
import setup._
|
||||
|
||||
// we should test here that a pending write command is properly finished first
|
||||
|
|
@ -327,7 +327,7 @@ class TcpConnectionSpec extends AkkaSpec("akka.io.tcp.register-timeout = 500ms")
|
|||
assertThisConnectionActorTerminated()
|
||||
}
|
||||
|
||||
"close the connection and reply with `ConfirmedClosed` upong reception of an `ConfirmedClose` command" in withEstablishedConnection(setSmallRcvBuffer) { setup ⇒
|
||||
"close the connection and reply with `ConfirmedClosed` upon reception of an `ConfirmedClose` command" in withEstablishedConnection(setSmallRcvBuffer) { setup ⇒
|
||||
ignoreIfWindows()
|
||||
import setup._
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue