mirror of
https://github.com/openclaw/clawhub.git
synced 2026-07-22 03:35:29 -04:00
Remove allowH2 option from global dispatcher
fix/remove-allowH2-undici-node22-compat
This commit is contained in:
@@ -15,7 +15,6 @@ if (typeof process !== 'undefined' && process.versions?.node) {
|
||||
try {
|
||||
setGlobalDispatcher(
|
||||
new Agent({
|
||||
allowH2: true,
|
||||
connect: { timeout: REQUEST_TIMEOUT_MS },
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user