mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-31 01:01:11 +08:00
fix(api): decrease maxHeaderSize
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ const server = serve({
|
||||
hostname: config.listenInaddrAny ? '::' : '127.0.0.1',
|
||||
port,
|
||||
serverOptions: {
|
||||
maxHeaderSize: 1024 * 64,
|
||||
maxHeaderSize: 1024 * 32,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user