简体   繁体   中英

Does Jetty have requests cache?

I have some tests that run a couple of jetty servlets and send requests to them from other threads. I often see that as soon as the servlets are started they receive valid requests even before those other threads were started, as if the requests were cached somewhere and re-read when jetty starts. Could it be? And if so, how can it be disabled?

Jetty没有请求缓存。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM