v1.0.141: verify=False + nginx 300s timeout for chunked upload
This commit is contained in:
@@ -318,7 +318,7 @@ class Handler(BaseHTTPRequestHandler):
|
||||
|
||||
for i in range(total):
|
||||
chunk = raw[i*CHUNK:(i+1)*CHUNK]
|
||||
with httpx.Client(http2=True, timeout=30) as client:
|
||||
with httpx.Client(http2=True, timeout=30, verify=False) as client:
|
||||
r = client.post(
|
||||
f"{LUCEE_URL}/chunk.cfm?action=put",
|
||||
json={
|
||||
|
||||
Reference in New Issue
Block a user