Zhang,Yuexiang
Zhang,Yuexiang
And when we use ab it is OK. ``` shell $ ab -c 1 -n 1000 -H 'Connection: close' http://127.0.0.1:8082/ This is ApacheBench, Version 2.3 Copyright 1996 Adam Twiss, Zeus...
It is wrk which need not to be with -R option but wrk2 does need it. In short, when with -H 'Connection: close' option - wrk/wrk2 + jetty fails -...
Hi @giltene , wrk can be fixed with [this patch](https://github.com/wg/wrk/issues/118#issuecomment-72155351) I have tried it on wrk2 it is OK!
Hi @giltene the latest source of wrk has been merged with this path from the commit https://github.com/wg/wrk/commit/522ec607f824f1928e3e0d0f02bf126117a93cb2 .
It uses `fpath.encode()` which uses utf8 by default. So if we use non-english path on non-utf8 system, e.g. Windows, it will fail.
Sorry so far we have no aarch64 DEV environment.
Commit d177468 fixed it. Please try again.
``` jvm_options "-Xverify:none"; ``` This option can be used to work around this issue.
Groovy users need upgrade groovy runtime to 4.0.5 if they want to run groovy handler on JDK 1.19. e.g. ```xml org.apache.groovy groovy 4.0.5 ```