Skip to content

Commit 83468b2

Browse files
committed
Update server for Android 14 fixes, perf boosts & better HTTP compat
Most of the benefits here come from updating to Node v20 internally, which fixes lots of issues, and includes HTTP improvements to handle various weird cases that we care about (such as default behaviour when removing connection or content-length/transfer-encoding headers). Also moves us to an ALPN world where we explicitly accept unknown protocols if no HTTP option is available, and removes a heavy-weight GraphQL dep.
1 parent 4ec63e6 commit 83468b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Tim Perry",
2222
"license": "AGPL-3.0-or-later",
2323
"config": {
24-
"httptoolkit-server-version": "1.14.3"
24+
"httptoolkit-server-version": "1.14.5"
2525
},
2626
"build": {
2727
"appId": "tech.httptoolkit.desktop",

0 commit comments

Comments
 (0)