Skip to content

Commit 0a97bc5

Browse files
committed
feat: Egern HTTP 1 传输层字段改为 http1
1 parent 810ca5d commit 0a97bc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store",
3-
"version": "2.36.31",
3+
"version": "2.36.32",
44
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.",
55
"main": "src/main.js",
66
"packageManager": "pnpm@11.0.9",

backend/src/core/proxy-utils/producers/egern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export default function Egern_Producer() {
390390
};
391391
} else if (proxy.network === 'http') {
392392
proxy.transport = {
393-
http: {
393+
http1: {
394394
method: proxy['http-opts']?.method,
395395
path: Array.isArray(
396396
proxy['http-opts']?.path,

0 commit comments

Comments
 (0)