Walt Karas

Results 115 comments of Walt Karas

``` wkaras ~/TSX/TS/bin B$ ./traffic_server & [1] 31141 wkaras ~/TSX/TS/bin B$ Traffic Server 10.0.0 Jul 27 2022 17:57:39 c1287bc2.home-wkaras.bf2.ows.oath.cloud traffic_server: using root directory '/home/wkaras/TSX/TS' terminate called after throwing an instance...

> > I added a throw to the libswoc code in since that seemed the appropriate thing in a stand-alone library. > > Do we want to make a fork...

The consensus is to just let TS crash ugly if this happens.

So this only impacts QUIC not DNS?

If you're doing a dynamic cast of a pointer, and checking that the result is not zero with an assert, you can use this instead: https://github.com/apache/trafficserver/blob/ea5be6f04c2a087f0581f4cb2c67f693c7ff71f6/include/tscore/ink_assert.h#L72 If you're doing a...

We have this in Yahoo internal TS. If anyone else sees errors like: ``` [Jan 20 00:01:47.669] [ET_TASK 1] ERROR: SSL::139889882617600:error:0909006C:PEM routines:get_name:no start line:crypto/pem/pem_lib.c:745:Expecting: TRUSTED CERTIFICATE [Jan 20 00:01:47.669] [ET_TASK...

I was planning to, but it was delayed by production issues. Leif didn't comment on why he was closing it.

@cukiernik do we still need this? If so, I can ask about it in the weekly meeting.

As I remember, I did some work to clean this up. But there were still some custom guard classes that seemed to make sense to keep.

@ShaiviAgarwal2 I suggest you don' t assume the custom scoped classes are useless. You can first evaluate whether there is any advantage to having/using them. I did this quick search...