Description:
Currently the timeout for listener filters behaves:
The timeout to wait for all listener filters to complete operation. If the timeout is reached, the accepted socket is closed without a connection being created. Specify 0 to disable the timeout
There should be a configurable option allow this to fallback to a default filter chain (the filter chain with empty filter chain match) when they timeout.