vapor / async-kit

Sugary extensions for the SwiftNIO library
MIT License
71 stars 25 forks source link

Fix typo in connection request error message #108

Closed rausnitz closed 3 months ago

rausnitz commented 3 months ago

These changes are now available in 1.19.1

There's a parenthesis missing in the connection request error message.

This fixes https://github.com/vapor/async-kit/issues/107.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.56%. Comparing base (bfcc9cb) to head (8da138b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #108 +/- ## ========================================== - Coverage 96.74% 96.56% -0.19% ========================================== Files 19 19 Lines 860 814 -46 ========================================== - Hits 832 786 -46 Misses 28 28 ``` | [Files](https://app.codecov.io/gh/vapor/async-kit/pull/108?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor) | Coverage Δ | | |---|---|---| | [...ncKit/ConnectionPool/EventLoopConnectionPool.swift](https://app.codecov.io/gh/vapor/async-kit/pull/108?src=pr&el=tree&filepath=Sources%2FAsyncKit%2FConnectionPool%2FEventLoopConnectionPool.swift&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor#diff-U291cmNlcy9Bc3luY0tpdC9Db25uZWN0aW9uUG9vbC9FdmVudExvb3BDb25uZWN0aW9uUG9vbC5zd2lmdA==) | `94.30% <100.00%> (-0.55%)` | :arrow_down: | ... and [7 files with indirect coverage changes](https://app.codecov.io/gh/vapor/async-kit/pull/108/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor)