Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@schmitch
Copy link
Contributor

@schmitch schmitch commented Sep 7, 2016

Fixes #6504

Edit: Fix is just 3 Lines https://github.com/playframework/playframework/pull/6534/files#diff-745ef9331ba1901efedd1607f6675eeaR183
Basically we can also omit complet/cancel for netty (not for akka) if necessary.

push(remoteOut, close)
completeStage()
// And complete both remote out and remote in
complete(remoteOut)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if that won't help we can basically just add a netty: Boolean and remove these two completly than netty will close the upstream by himself. Which is basically a little bit smoother since netty knows when he flushes the Message.

@gmethvin gmethvin merged commit dd8b84f into playframework:master Sep 8, 2016
@gmethvin
Copy link
Member

gmethvin commented Sep 8, 2016

@schmitch lgtm. Can you backport to 2.5.x?

@schmitch
Copy link
Contributor Author

schmitch commented Sep 8, 2016

yes

schmitch added a commit that referenced this pull request Sep 8, 2016
@schmitch
Copy link
Contributor Author

schmitch commented Sep 8, 2016

Backport: 00e016f (commited directly)

@mkurz mkurz added this to the 2.5.7 milestone Sep 13, 2016
wsargent pushed a commit to wsargent/playframework that referenced this pull request Oct 25, 2016
@philipwhiuk
Copy link

Not a helpful pull request title.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants