He-Pin commented on code in PR #537:
URL: https://github.com/apache/pekko-http/pull/537#discussion_r1573182484
##########
docs/src/test/scala/docs/http/scaladsl/Http2ClientApp.scala:
##########
@@ -97,7 +97,7 @@ object Http2ClientApp extends App {
case QueueOfferResult.Dropped => Future.failed(new
RuntimeException("Queue overflowed. Try again later."))
case QueueOfferResult.Failure(ex) => Future.failed(ex)
case QueueOfferResult.QueueClosed => Future.failed(
- new RuntimeException("Queue was closed (pool shut down) while
running the request. Try again later."))
+ new RuntimeException("Queue was closed (pool shut down) while
running the request."))
Review Comment:
it's not `running`, just submitting or attemptling
--
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]