We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
needs_upstream
1 parent a7077cf commit 84c36b6Copy full SHA for 84c36b6
proxy/http/server/reverse.py
@@ -84,6 +84,7 @@ def handle_request(self, request: HttpParser) -> None:
84
self.choice = Url.from_bytes(
85
random.choice(route[1]),
86
)
87
+ needs_upstream = True
88
break
89
# Dynamic routes
90
elif isinstance(route, str):
0 commit comments