apache / trafficserver

Apache Traffic Serverâ„¢ is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server.
https://trafficserver.apache.org/
Apache License 2.0
1.74k stars 782 forks source link

Make Cripts contexts use Proxy Allocator, and cleanup #11426

Closed zwoop closed 2 weeks ago

zwoop commented 3 weeks ago

In addition:

Fwiw, the reset to reset() URLs between hooks is because other plugins may modify URLs, and then the header heaps etc. can reallocate / move, and then it's hilarious to debug ...

JosiahWI commented 3 weeks ago

The AuTests prefetch_simple and proxy_serve_stale failed.

JosiahWI commented 3 weeks ago

The AuTest tunnel_transform failed (client returned exit code 35).

JosiahWI commented 3 weeks ago

The AuTest proxy_protocol failed on the run "Proxy Protocol v1 without blind tunneling on TLS connection to origin" because the default process returned exit code 1 instead of 0.

JosiahWI commented 3 weeks ago

The AuTest remap_load_missing_failure failed because ATS returned exit code -2 before completing startup.

cmcfarlen commented 2 weeks ago

Cherry-picked to v10.0.x