samueleresca commented on code in PR #537: URL: https://github.com/apache/pekko-http/pull/537#discussion_r1571305544
########## docs/src/test/scala/docs/http/scaladsl/Http2ClientApp.scala: ########## @@ -21,13 +21,12 @@ import pekko.http.scaladsl.model.headers.HttpEncodings import pekko.http.scaladsl.model.HttpRequest import pekko.http.scaladsl.model.HttpResponse import pekko.http.scaladsl.model.headers -import pekko.stream.OverflowStrategy import pekko.stream.scaladsl.Flow import pekko.stream.scaladsl.Sink import pekko.stream.scaladsl.Source import com.typesafe.config.ConfigFactory +import org.apache.pekko.stream.QueueOfferResult Review Comment: `pekko.stream.QueueOfferResult`? -- 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]
