Open c-taylor opened 2 years ago
It looks like trafficserver has an inconsistent approach: It precompiles the expressions, replacing the need/benefit of the jit in header_rewrite, but elsewhere makes no attempt.
Perhaps someone can confirm…
There is a new Fedora tracking bug for this issue: https://bugzilla.redhat.com/show_bug.cgi?id=2128391
This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.
Just to tell the bot this is not stale, we are going to do this by version 10.0 release.
On the corresponding Debian bug, there is a patch available.
libpcre3-dev has been removed from the Trixie repositories, so trafficserver can no longer be built on Debian testing.
Current issues are:
Whilst looking at some high RPS rate tests libpcre was starting to 'feature' in traces. The obvious optimisation for libpcre is to use the jit support, which probably lends itself well to constrained lists of regex.
However, given the lack of maintenance on the current library an "architectural review" is probably required before more effort is spent...