Fix: use punycode.toASCII in trie dumping

This commit is contained in:
SukkaW
2025-03-17 17:31:22 +08:00
parent 62b93bbc03
commit 78f5b83b39
6 changed files with 24 additions and 10 deletions

View File

@@ -152,7 +152,7 @@ export class ResponseError<T extends UndiciResponseData | Response> extends Erro
export const defaultRequestInit = {
headers: {
'User-Agent': 'curl/8.9.1 (https://github.com/SukkaW/Surge)'
'User-Agent': 'curl/8.12.1 (https://github.com/SukkaW/Surge)'
}
};