-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
=core Make use of statefulMap instead of statefulMapConcat. #311
Conversation
http-core/src/main/scala/org/apache/pekko/http/impl/util/StreamUtils.scala
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you have a look at #312 ? I'm going to block this until we know if there is a mima failure
http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/MessageToFrameRenderer.scala
Show resolved
Hide resolved
686275e
to
0405ca9
Compare
@jrudolph @pjfanning @mdedetrich ping~ |
@He-Pin can you rebase this PR - it's quite old |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Motivation:
Use the
statefulMap
instead when concating is not needed.