He-Pin commented on code in PR #311:
URL:
https://github.com/apache/incubator-pekko-http/pull/311#discussion_r1310903073
##########
http-core/src/main/scala/org/apache/pekko/http/impl/util/StreamUtils.scala:
##########
@@ -260,15 +260,6 @@ private[http] object StreamUtils {
}
}
- /**
- * Similar idea than [[FlowOps.statefulMapConcat]] but for a simple map.
- */
- def statefulMap[T, U](functionConstructor: () => T => U): Flow[T, U,
NotUsed] =
- Flow[T].statefulMapConcat { () =>
Review Comment:
The StreamUtil is private[http]. And. Marked as internalApi, so this change
should be fine
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]