fix(streamhttpclient): 模块默认值拼错 use_socks5i_proxy → use_socks5_proxy
宿主未调 set_use_socks5() 时(如 pipeline_app),请求异常分支引用 use_socks5_proxy 直接 NameError,把真实网络错误掩盖成 'ingest 异常: NameError'。拼写修正恢复默认 True 语义。
This commit is contained in:
parent
1fef2ed0f1
commit
cb7766defa
@ -12,7 +12,7 @@ import ssl
|
||||
import os
|
||||
from appPublic.log import exception, debug
|
||||
|
||||
use_socks5i_proxy=True
|
||||
use_socks5_proxy=True
|
||||
|
||||
# Shared SSL context to avoid recreating on every client instance
|
||||
_SHARED_SSL_CONTEXT = None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user