Brian Neradt
Brian Neradt
Issue #8199 outlines the issue. This PR adds a new setting to allow for setting the session window separately from the stream window. Closes #8199 --- This takes over for...
There is a PR to test configuring building ATS with io_uring: #8992 . It would be good if our CI system could test with this io_uring option. @bryancall suggested our...
This updates Proxy Verifier to v2.4.1 which includes body verification.
This pulls in a couple compiler warning fixes from later 9.x branches. Type error: ``` experimental/traffic_dump/json_utils.cc: In function ‘int {anonymous}::esc_json_out(const char*, int64_t, std::ostream&)’: experimental/traffic_dump/json_utils.cc:117:18: error: comparison is always true due...
When sending DATA frames, we check that we are not exceeding our write buffer's high water mark. If so, we don't write the frame. Unfortunately, before this patch, no event...
I noticed this on docs today: ```gdb (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007ffff714c859 in __GI_abort () at abort.c:79 #2 0x0000555555effb85 in ink_abort (message_format=0x55555606b484 "%s:%d: failed assertion `%s`")...
I reproduced the following crash via gdb in docs running ATS 10 with `Alt-Svc`: ```gdb (gdb) bt #0 0x000055555659ec46 in XpackDynamicTable::lookup (this=0x61200008e710, name=0x6190001072a2 "date", name_len=4, value=0x6250006a2021 "Thu, 22 Feb 2024...
I saw this while running ATS in docs with ASan enabled and h3 configured via Alt-Svc: ``` [Apr 8 17:27:16.716] [ET_NET 5] DIAG: (http3_trans) [] [18] Delete transaction ================================================================= ==1824542==ERROR:...
I noticed while working on #9475 that neither our via string decoder [website](https://trafficserver.apache.org/tools/via#cWs%20f%20) nor the traffic_via could parse the read while write `W` via cache result value. For example, a...