Conversation
Codecov Report
@@ Coverage Diff @@
## master #3037 +/- ##
==========================================
- Coverage 98.13% 98.09% -0.04%
==========================================
Files 42 42
Lines 7721 7723 +2
Branches 1345 1346 +1
==========================================
- Hits 7577 7576 -1
- Misses 49 51 +2
- Partials 95 96 +1
Continue to review full report at Codecov.
|
|
How about returning the addresses as |
|
|
|
👍 I don’t know how Endpoint fits into aiothttp’s naming but yeah. That looks good. Gonna be really easy to implement with attrs. ;) |
|
Hmm. IPv6 has additional |
| self._kwargs = kwargs | ||
| self._server = None | ||
| self._sites = set() | ||
| self._sites = [] |
There was a problem hiding this comment.
To keep a stable order of returned addresses.
Registering a new site in a runner is not a bottleneck, we can live with O(n) for it.
There was a problem hiding this comment.
Ah, okay. I just didn't know why you'd do this without any comments or commit description :)
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Fix #3036