fix: invalid http header

This commit is contained in:
Yeuoly
2024-03-19 18:12:50 +08:00
parent 17b7426cc6
commit 55d2417906

View File

@@ -213,7 +213,7 @@ class HttpExecutor:
else:
raise ValueError(f'Invalid headers {kv}')
self.headers[k] = v
self.headers[k.strip()] = v.strip()
# extract all template in body
if node_data.body: