Re: [External] : Re: The default HttpServer Executor

2025-05-14 Thread Josiah Noel
> > Yes. An application (handler's implementations) may depend on that. Aside from that filter bug Ethan mentioned, have you seen such cases? I usually see people take it as a given that the default impl can serve multiple requests and have to tell them to use an executor. If we decide against c

Re: [External] : Re: The default HttpServer Executor

2025-05-14 Thread Daniel Fuchs
Hi Josiah, On 13/05/2025 20:24, Josiah Noel wrote: The HttpServer doesn't use any default executor I know what you mean by this, but I have to point out that the class used is quite literally called DefaultExecutor