From 07bde998a7fe34e36e61cfbc61a635475641eb41 Mon Sep 17 00:00:00 2001 From: Jamie Bliss Date: Tue, 21 May 2024 15:32:33 -0400 Subject: [PATCH] Fix typo in async path --- core/httpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/httpy.py b/core/httpy.py index dfb6be2..7bf0c6d 100644 --- a/core/httpy.py +++ b/core/httpy.py @@ -163,7 +163,7 @@ class IpFilterWrapperTransport(httpx.BaseTransport, httpx.AsyncBaseTransport): # Some kind of look up error. Gonna assume safe and let farther # down the stack handle it. pass - return await self.wrappee.handle_await_request(request) + return await self.wrappee.handle_async_request(request) def _wrap_transport(