Walt Karas

Results 115 comments of Walt Karas

This won't be needed if https://github.com/apache/trafficserver/pull/8854 makes it into 9.2.

As an alternative to HttpMsgComp.h, Alan proposes https://github.com/SolidWallOfCode/txn_box/blob/master/plugin/include/txn_box/ts_util.h / https://github.com/SolidWallOfCode/txn_box/blob/master/plugin/src/ts_util.cc

Is this an incompatible change? Since plugin which may have generated empty response bodies in some cases will not generate non-empty response bodies?

This was an ask from YCPI Prod. But, no point in fixing it if it's going to continue to rot in the Sun.

Will there be Au tests for this feature?

If we're looking at different possible implementations for the arena, this is an option: https://github.com/wkaras/heap-memory-manager

> Is this something we want to do? The exception will cause a crash, the same as the null pointer returned from `malloc`. It would be more obvious what happened....

> The consensus in the PR and issue scrub is to crash on the null pointer from malloc. Won't an uncaught exception cause TS to crash? I added a throw...