added server support for request pipelining
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-03-07 11:39:17 +08:00
parent fc298de548
commit 59a12d6218
9 changed files with 169 additions and 55 deletions

View File

@@ -39,7 +39,6 @@ allprojects { subproject ->
modularity.inferModulePath = true
toolchain {
languageVersion = JavaLanguageVersion.of(21)
vendor = JvmVendorSpec.GRAAL_VM
}
}