Skip to content

Commit 4a0b891

Browse files
authored
perf(client): improve request send performance (#455)
1 parent a322e09 commit 4a0b891

File tree

4 files changed

+264
-257
lines changed

4 files changed

+264
-257
lines changed

python/rnet/__init__.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class StatusCode:
6060
HTTP status code.
6161
"""
6262

63-
def __str__(self) -> str: ...
6463
def as_int(self) -> int:
6564
r"""
6665
Return the status code as an integer.
@@ -97,6 +96,8 @@ class StatusCode:
9796
"""
9897
...
9998

99+
def __str__(self) -> str: ...
100+
100101
@final
101102
class SocketAddr:
102103
r"""

0 commit comments

Comments
 (0)