wip -more responsive UI, better routing
This commit is contained in:
@@ -3257,6 +3257,14 @@ class _TrackerHandler(http.server.BaseHTTPRequestHandler):
|
||||
|
||||
try:
|
||||
started = time.monotonic()
|
||||
_tracker_log(
|
||||
server,
|
||||
"info",
|
||||
"proxy connecting",
|
||||
request_id=request_id,
|
||||
target_url=target_url,
|
||||
stream=is_stream or None,
|
||||
)
|
||||
upstream_result: list[Any] = []
|
||||
connect_errors: list[BaseException] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user