#2355 - Fixing issue with takeUntil and friends on EOF plus generalizing repeat
This commit is contained in:
parent
e1a6e23d7f
commit
4f20f10884
3 changed files with 143 additions and 120 deletions
|
|
@ -30,7 +30,7 @@ class HttpServer(port: Int) extends Actor {
|
|||
state(socket)(IO Chunk bytes)
|
||||
|
||||
case IO.Closed(socket, cause) ⇒
|
||||
state(socket)(IO EOF None)
|
||||
state(socket)(IO EOF)
|
||||
state -= socket
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue