[GitHub] [trafficserver] maskit closed issue #2378: Support TLS hooks on QUIC

2023-05-25 Thread via GitHub
maskit closed issue #2378: Support TLS hooks on QUIC URL: https://github.com/apache/trafficserver/issues/2378 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [trafficserver] maskit closed issue #9746: Integrate with H2 origin changes on master branch

2023-05-25 Thread via GitHub
maskit closed issue #9746: Integrate with H2 origin changes on master branch URL: https://github.com/apache/trafficserver/issues/9746 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [trafficserver] maskit closed issue #5549: QPACK: decoding header failed

2023-05-25 Thread via GitHub
maskit closed issue #5549: QPACK: decoding header failed URL: https://github.com/apache/trafficserver/issues/5549 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] maskit opened a new issue, #9748: Bypass H3App or H3Session and directly pass data to QPACK

2023-05-25 Thread via GitHub
maskit opened a new issue, #9748: URL: https://github.com/apache/trafficserver/issues/9748 Update QUICStream::_read_vio.cont/_write_vio.cont when Application is changed from default ( HTTP/3 app -> QPACK App ) -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [trafficserver] ywkaras commented on issue #10129: Deadlock between DbgCtl and PCRE

2023-08-02 Thread via GitHub
ywkaras commented on issue #10129: URL: https://github.com/apache/trafficserver/issues/10129#issuecomment-1662839243 I think a general description of the problem scenario is: 1. While it has a mutex M locked, a function F makes a call that can trigger the dynamic loading of a shared

[GitHub] [trafficserver] kenballus commented on issue #10116: Segmentation Fault with `attach_server_session_to_client` and Puma backend

2023-07-31 Thread via GitHub
kenballus commented on issue #10116: URL: https://github.com/apache/trafficserver/issues/10116#issuecomment-1658745874 I have attempted to reproduce this bug with a few other backend servers, but I have not been successful. I am very curious about what exactly Puma is doing with the

[GitHub] [trafficserver] kenballus opened a new issue, #10116: Segmentation Fault with `attach_server_session_to_client` and Puma backend

2023-07-31 Thread via GitHub
kenballus opened a new issue, #10116: URL: https://github.com/apache/trafficserver/issues/10116 # Description ATS, when configured with `attach_server_session_to_client`, segfaults when forwarding a request to a Puma backend. # Steps to reproduce 0. Start a fresh Debian system.

[GitHub] [trafficserver] ywkaras commented on issue #10129: Deadlock between DbgCtl and PCRE

2023-08-02 Thread via GitHub
ywkaras commented on issue #10129: URL: https://github.com/apache/trafficserver/issues/10129#issuecomment-1662917787 OK, here's my guess #2 of what the problem scenario is: 1. While it has a mutex M locked, a function F makes a call that can trigger the initialization of a

[GitHub] [trafficserver] ksqrtr opened a new issue, #10123: Difference between LD_PRELOAD libjemalloc and building with jemalloc

2023-08-01 Thread via GitHub
ksqrtr opened a new issue, #10123: URL: https://github.com/apache/trafficserver/issues/10123 Hello! Are there any differences between these two setups for ATS 9.2.x? Case 1: 1. `CONFIG proxy.config.proxy_binary_opts STRING -M -f -F` 2.

[GitHub] [trafficserver] bryancall commented on issue #9392: NetVC EOS/TIMEOUT is not propagated to H3 session

2023-08-01 Thread via GitHub
bryancall commented on issue #9392: URL: https://github.com/apache/trafficserver/issues/9392#issuecomment-1660541725 ![image](https://github.com/apache/trafficserver/assets/216749/f6b6bf52-b0c3-4cd2-b704-569ba3cdc884) -- This is an automated message from the Apache Git Service. To

[GitHub] [trafficserver] bryancall commented on issue #9783: H3 crash HQSession::~HQSession

2023-08-01 Thread via GitHub
bryancall commented on issue #9783: URL: https://github.com/apache/trafficserver/issues/9783#issuecomment-1660541125 ![image](https://github.com/apache/trafficserver/assets/216749/e563feff-7817-4ac8-93f0-6e0344e17634) -- This is an automated message from the Apache Git Service. To

[GitHub] [trafficserver] bneradt opened a new issue, #10129: Deadlock between DbgCtl and PCRE

2023-08-01 Thread via GitHub
bneradt opened a new issue, #10129: URL: https://github.com/apache/trafficserver/issues/10129 I reproduced a deadlock between DbgCtl and PCRE. I'm attaching the full backtrace across the threads.

[GitHub] [trafficserver] randall commented on issue #10061: Can't build plugins on Mac

2023-07-25 Thread via GitHub
randall commented on issue #10061: URL: https://github.com/apache/trafficserver/issues/10061#issuecomment-1650197025 @jpeach Try removing `src/tscore/libtscore.la`. I had an old one hanging around causing the same issue. And FTR, I can build plugins (including esi), run `make check`

[GitHub] [trafficserver] bryancall opened a new issue, #10091: HTTP/3 memory leaks

2023-07-25 Thread via GitHub
bryancall opened a new issue, #10091: URL: https://github.com/apache/trafficserver/issues/10091 Configure options: `--enable-malloc-allocator --with-jemalloc=/opt/jemalloc --with-quiche=/opt/quiche --with-openssl=/opt/boringssl ` Commands: ``` export

[GitHub] [trafficserver] maskit opened a new issue, #10089: Check SNI extension is used on H3

2023-07-25 Thread via GitHub
maskit opened a new issue, #10089: URL: https://github.com/apache/trafficserver/issues/10089 >QUIC version 1 uses TLS version 1.3 or greater as its handshake protocol. HTTP/3 clients MUST support a mechanism to indicate the target host to the server during the TLS handshake.

[GitHub] [trafficserver] randall commented on issue #10061: Can't build plugins on Mac

2023-07-25 Thread via GitHub
randall commented on issue #10061: URL: https://github.com/apache/trafficserver/issues/10061#issuecomment-1650198262 ``` otool -L bin/traffic_server bin/traffic_server: /opt/ats10/lib/libtscpputil.10.dylib (compatibility version 11.0.0, current version 11.0.0)

[GitHub] [trafficserver] maskit commented on issue #10082: Return status 500 instead of abort

2023-07-25 Thread via GitHub
maskit commented on issue #10082: URL: https://github.com/apache/trafficserver/issues/10082#issuecomment-1650140209 Yes I'd use it like that, but some of `ink_release_assert` are casually used like "I want some hint (coredump) if this check fails". -- This is an automated message from

[GitHub] [trafficserver] maskit commented on issue #10061: Can't build plugins on Mac

2023-07-25 Thread via GitHub
maskit commented on issue #10061: URL: https://github.com/apache/trafficserver/issues/10061#issuecomment-1650565682 The issue I faced is triggered by `--with-quiche` somehow, and #10087 works for me. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [trafficserver] github-actions[bot] commented on issue #8964: How to set HTTP2 optionally per domain?

2023-07-25 Thread via GitHub
github-actions[bot] commented on issue #8964: URL: https://github.com/apache/trafficserver/issues/8964#issuecomment-1650856957 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.

[GitHub] [trafficserver] JosiahWI commented on issue #10075: CI jobs sometimes keep running

2023-07-26 Thread via GitHub
JosiahWI commented on issue #10075: URL: https://github.com/apache/trafficserver/issues/10075#issuecomment-1652318156 CTest caught it on #10097. fedora38 gcc debug The test output was very long, so I've included here only a snippet of a few lines right before the hang. ```

[GitHub] [trafficserver] maskit closed issue #10061: Can't build plugins on Mac

2023-07-27 Thread via GitHub
maskit closed issue #10061: Can't build plugins on Mac URL: https://github.com/apache/trafficserver/issues/10061 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] maskit commented on issue #9993: Require one SETTINGS frame on the control stream

2023-07-27 Thread via GitHub
maskit commented on issue #9993: URL: https://github.com/apache/trafficserver/issues/9993#issuecomment-1654532248 Yeah, you did. I've been mapping which paragraph/sentence was covered by which PR, but I missed the PR covered this part as well. -- This is an automated message from the

[GitHub] [trafficserver] shadyabhi commented on issue #9609: Add option to normalize URLs and remove duplicate slashes

2023-07-27 Thread via GitHub
shadyabhi commented on issue #9609: URL: https://github.com/apache/trafficserver/issues/9609#issuecomment-1654180415 >This sounds reasonable. We already git rid of one of the slashes. @bryancall Can you help reference the location where this is done and then we can close this ticket

[GitHub] [trafficserver] jpeach commented on issue #10061: Can't build plugins on Mac

2023-07-24 Thread via GitHub
jpeach commented on issue #10061: URL: https://github.com/apache/trafficserver/issues/10061#issuecomment-1649138066 Building with this: ``` $ cat c.sh #! /usr/bin/env bash set -o errexit make distclean || true autoreconf -fi ./configure \

[GitHub] [trafficserver] bneradt commented on issue #9992: Don't allocate Http3NoError

2023-08-08 Thread via GitHub
bneradt commented on issue #9992: URL: https://github.com/apache/trafficserver/issues/9992#issuecomment-1670601706 Sounds good. Thanks for the feedback and the context, @maskit. I think I'll go ahead and pursue option 1 then. -- This is an automated message from the Apache Git Service.

[GitHub] [trafficserver] maskit commented on issue #9992: Don't allocate Http3NoError

2023-08-08 Thread via GitHub
maskit commented on issue #9992: URL: https://github.com/apache/trafficserver/issues/9992#issuecomment-1670451988 What I probably wanted to do is avoiding nullptr checks, and `std::optional` was probably unavailable on ATS source code when I wrote the classes. - Http3NoError: Do not

[GitHub] [trafficserver] bneradt commented on issue #9992: Don't allocate Http3NoError

2023-08-08 Thread via GitHub
bneradt commented on issue #9992: URL: https://github.com/apache/trafficserver/issues/9992#issuecomment-1670377875 Reading the code, the design is for polymorphism in which various functions return a `Http3Error` base class (actually its `Http3ErrorUPtr` unique_ptr type). When there is

[GitHub] [trafficserver] github-actions[bot] commented on issue #9014: Intermittent failure of post-early-return AuTest

2023-08-08 Thread via GitHub
github-actions[bot] commented on issue #9014: URL: https://github.com/apache/trafficserver/issues/9014#issuecomment-1670538580 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.

[GitHub] [trafficserver] maskit commented on issue #9783: H3 crash HQSession::~HQSession

2023-08-10 Thread via GitHub
maskit commented on issue #9783: URL: https://github.com/apache/trafficserver/issues/9783#issuecomment-1674078679 I looked into this a bit more. My comment above was not very accurate (the abort happens even if `transaction_done()` is called by HttpSM). There are (at least) two

[GitHub] [trafficserver] 0x34d opened a new issue, #10174: member call on null pointer of type 'Diags'

2023-08-12 Thread via GitHub
0x34d opened a new issue, #10174: URL: https://github.com/apache/trafficserver/issues/10174 PR : https://github.com/apache/trafficserver/pull/10151 ### Flags: ```bash export CC=clang export CXX=clang++ export CFLAGS="-O1 -fno-omit-frame-pointer -gline-tables-only

[GitHub] [trafficserver] bryancall closed issue #9265: Segfault on 9.1.x when enabling ` proxy.config.http.cache.range.write`

2023-08-07 Thread via GitHub
bryancall closed issue #9265: Segfault on 9.1.x when enabling ` proxy.config.http.cache.range.write` URL: https://github.com/apache/trafficserver/issues/9265 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [trafficserver] lzx404243 opened a new issue, #10160: ats crashes after request is rejected in accept()

2023-08-07 Thread via GitHub
lzx404243 opened a new issue, #10160: URL: https://github.com/apache/trafficserver/issues/10160 ATS crashes after request is rejected in `Http3SessionAccept::accept()`, e.g. when ip-allow policy denies the client IP, with the following stack trace: ``` (gdb) bt #0

[GitHub] [trafficserver] cmcfarlen commented on issue #10116: Segmentation fault with `attach_server_session_to_client` and Puma backend

2023-08-07 Thread via GitHub
cmcfarlen commented on issue #10116: URL: https://github.com/apache/trafficserver/issues/10116#issuecomment-1668292551 Thank you for the very details reproduction steps. I was able to get this to crash with the steps you provided. I'll try to figure out what is going on and provide

[GitHub] [trafficserver] ywkaras closed issue #10129: Deadlock between DbgCtl and PCRE

2023-08-07 Thread via GitHub
ywkaras closed issue #10129: Deadlock between DbgCtl and PCRE URL: https://github.com/apache/trafficserver/issues/10129 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] duke8253 closed issue #9995: Don't send connection-specific headers

2023-08-07 Thread via GitHub
duke8253 closed issue #9995: Don't send connection-specific headers URL: https://github.com/apache/trafficserver/issues/9995 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] abhisheksurve45 closed issue #8302: HTTP Timeout issues while using regex invalidate via cache inspector

2023-08-09 Thread via GitHub
abhisheksurve45 closed issue #8302: HTTP Timeout issues while using regex invalidate via cache inspector URL: https://github.com/apache/trafficserver/issues/8302 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [trafficserver] abhisheksurve45 closed issue #8193: Error accessing disk (READ opcode=1) while using regex operations

2023-08-09 Thread via GitHub
abhisheksurve45 closed issue #8193: Error accessing disk (READ opcode=1) while using regex operations URL: https://github.com/apache/trafficserver/issues/8193 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [trafficserver] maskit closed issue #10160: h3: ATS crashes after request is rejected in accept()

2023-08-09 Thread via GitHub
maskit closed issue #10160: h3: ATS crashes after request is rejected in accept() URL: https://github.com/apache/trafficserver/issues/10160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [trafficserver] github-actions[bot] commented on issue #8989: The compress plugin does not behave as described in the docs

2023-08-01 Thread via GitHub
github-actions[bot] commented on issue #8989: URL: https://github.com/apache/trafficserver/issues/8989#issuecomment-1661363582 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.

[GitHub] [trafficserver] randall closed issue #9882: Unable to build 9.2.1 on Debian

2023-06-20 Thread via GitHub
randall closed issue #9882: Unable to build 9.2.1 on Debian URL: https://github.com/apache/trafficserver/issues/9882 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] github-actions[bot] commented on issue #8894: Dependencies are underspecified in docs

2023-06-15 Thread via GitHub
github-actions[bot] commented on issue #8894: URL: https://github.com/apache/trafficserver/issues/8894#issuecomment-1593976534 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.

[GitHub] [trafficserver] duke8253 closed issue #9428: Prohibit a second SETTINGS frame

2023-06-21 Thread via GitHub
duke8253 closed issue #9428: Prohibit a second SETTINGS frame URL: https://github.com/apache/trafficserver/issues/9428 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] marcin-wadolkowski opened a new issue, #9900: problem with stopping Traffic Server

2023-06-22 Thread via GitHub
marcin-wadolkowski opened a new issue, #9900: URL: https://github.com/apache/trafficserver/issues/9900 Hi Apache Traffic Server Team, I noticed that there is a problem with stopping Traffic Server. I run it with command: sudo /usr/local/bin/trafficserver start Traffic Server runs

[GitHub] [trafficserver] randomizedcoder closed issue #9906: docs.trafficserver.apache.org web server issue

2023-06-23 Thread via GitHub
randomizedcoder closed issue #9906: docs.trafficserver.apache.org web server issue URL: https://github.com/apache/trafficserver/issues/9906 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [trafficserver] randomizedcoder opened a new issue, #9906: docs.trafficserver.apache.org web server issue

2023-06-23 Thread via GitHub
randomizedcoder opened a new issue, #9906: URL: https://github.com/apache/trafficserver/issues/9906 G'day, Sorry, not a bug with the code, but something seems to be wrong with the docs web severing, which I think is hosted by GoDaddy. Wasn't sure the best way to let somebody know.

[GitHub] [trafficserver] mhomaid1 commented on issue #9906: docs.trafficserver.apache.org web server issue

2023-06-23 Thread via GitHub
mhomaid1 commented on issue #9906: URL: https://github.com/apache/trafficserver/issues/9906#issuecomment-1604459634 I'm facing the same issue, it happened to me a lot of times -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [trafficserver] marcin-wadolkowski commented on issue #9911: [Question]How to purge cache obejects by a url pattern?

2023-06-26 Thread via GitHub
marcin-wadolkowski commented on issue #9911: URL: https://github.com/apache/trafficserver/issues/9911#issuecomment-1606895820 If you want to delete single object (not pattern):

[GitHub] [trafficserver] bneradt commented on issue #7341: ☂️ATS is incompatible with OpenSSL 3.0

2023-06-28 Thread via GitHub
bneradt commented on issue #7341: URL: https://github.com/apache/trafficserver/issues/7341#issuecomment-1611656639 I did an attempt at updating the build_h3_tools.sh script to OpenSSL 3.x via `OPENSSL_BRANCH=${OPENSSL_BRANCH:-"openssl-3.0.9+quic"}` and attempted running the autests. All

[GitHub] [trafficserver] bneradt closed issue #9848: cmake: error loading generator.so

2023-06-26 Thread via GitHub
bneradt closed issue #9848: cmake: error loading generator.so URL: https://github.com/apache/trafficserver/issues/9848 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] maskit commented on issue #5545: Ignore unknown HTTP/3 frames

2023-06-28 Thread via GitHub
maskit commented on issue #5545: URL: https://github.com/apache/trafficserver/issues/5545#issuecomment-1611797919 Well, the test checks if unknown frame is really recognized as unknown frame, but it doesn't check if the frame is ignored. A possible test would be: 1. Make a frame

[GitHub] [trafficserver] cheluskin commented on issue #9625: Trafficserver v8.1.1 Debian's increasing RAM consumption over time

2023-06-18 Thread via GitHub
cheluskin commented on issue #9625: URL: https://github.com/apache/trafficserver/issues/9625#issuecomment-1596258736 CONFIG proxy.config.ssl.session_cache.size INT 10240 For everyone who comes here in search of a solution to memory leakage issues on deb11, try changing this value. I

[GitHub] [trafficserver] jbfavre commented on issue #9882: Unable to build 9.2.1 on Debian

2023-06-20 Thread via GitHub
jbfavre commented on issue #9882: URL: https://github.com/apache/trafficserver/issues/9882#issuecomment-1598434329 Please also note this could be linked to a patch applied in Debian & Ubuntu which reduce the number of yaml-cpp symbols exported:

[GitHub] [trafficserver] jbfavre opened a new issue, #9882: Unable to build 9.2.1 on Debian

2023-06-20 Thread via GitHub
jbfavre opened a new issue, #9882: URL: https://github.com/apache/trafficserver/issues/9882 Hello, While working on packaging ATS 9.2.1 for Debian, I'm stuck with following error during tests: ``` make test_proxy_http test_PreWarm test_HttpTransact make[4]: Entering directory

[GitHub] [trafficserver] bneradt opened a new issue, #9880: forward_route: use close_notify on shutdown

2023-06-19 Thread via GitHub
bneradt opened a new issue, #9880: URL: https://github.com/apache/trafficserver/issues/9880 I notice when running autests on fedora:38, which has a recent version of openssl, that the

[GitHub] [trafficserver] bdgranger commented on issue #9275: cache write lock not released when following redirect and no parent

2023-06-19 Thread via GitHub
bdgranger commented on issue #9275: URL: https://github.com/apache/trafficserver/issues/9275#issuecomment-1597470427 @ywkaras Sorry it took me so long to notice this question. As of now, I have been tied up in other issues and have not been able to test with 9.x. We have worked

[GitHub] [trafficserver] bneradt commented on issue #7341: ☂️ATS is incompatible with OpenSSL 3.0

2023-06-30 Thread via GitHub
bneradt commented on issue #7341: URL: https://github.com/apache/trafficserver/issues/7341#issuecomment-1615456316 This should address the last of the autests (a new test which was added since @midchildan's PR): https://github.com/apache/trafficserver/pull/9937 -- This is an automated

[GitHub] [trafficserver] 2803media opened a new issue, #9939: How to config ATS to refresh cache for files modify on server

2023-07-01 Thread via GitHub
2803media opened a new issue, #9939: URL: https://github.com/apache/trafficserver/issues/9939 Hi I run an ATS in production and I have files that are updated every day and a cache config of 60 days cache by default. I just want to know if it's possible to invalidate those files if

[GitHub] [trafficserver] mlibbey commented on issue #9939: How to config ATS to refresh cache for files modified on server

2023-07-01 Thread via GitHub
mlibbey commented on issue #9939: URL: https://github.com/apache/trafficserver/issues/9939#issuecomment-1615999358 Guess a few best practices: - Have the origin version assets when changed -- query strings; checksums in the path... something that makes the new content get a unique cache

[GitHub] [trafficserver] bneradt commented on issue #7341: ☂️ATS is incompatible with OpenSSL 3.0

2023-06-29 Thread via GitHub
bneradt commented on issue #7341: URL: https://github.com/apache/trafficserver/issues/7341#issuecomment-1613873504 > I did an attempt at updating the build_h3_tools.sh script to OpenSSL 3.x via `OPENSSL_BRANCH=${OPENSSL_BRANCH:-"openssl-3.0.9+quic"}` and attempted running the autests. All

[GitHub] [trafficserver] bryancall closed issue #9816: 204 No Content: alternate content length doesn't match doc_len

2023-06-26 Thread via GitHub
bryancall closed issue #9816: 204 No Content: alternate content length doesn't match doc_len URL: https://github.com/apache/trafficserver/issues/9816 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [trafficserver] ywkaras closed issue #9537: Strange behavior of connect_requests metric.

2023-06-26 Thread via GitHub
ywkaras closed issue #9537: Strange behavior of connect_requests metric. URL: https://github.com/apache/trafficserver/issues/9537 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [trafficserver] github-actions[bot] commented on issue #8920: Event's null ethread pointer is sometimes dereferenced.

2023-06-27 Thread via GitHub
github-actions[bot] commented on issue #8920: URL: https://github.com/apache/trafficserver/issues/8920#issuecomment-1610524246 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.

[GitHub] [trafficserver] github-actions[bot] commented on issue #8914: No Available PARENTS and ATS not adhering to parent configurations.

2023-06-27 Thread via GitHub
github-actions[bot] commented on issue #8914: URL: https://github.com/apache/trafficserver/issues/8914#issuecomment-1610524303 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.

[GitHub] [trafficserver] github-actions[bot] commented on issue #8896: Do some core intercept plugins leak resources on early session termination?

2023-06-27 Thread via GitHub
github-actions[bot] commented on issue #8896: URL: https://github.com/apache/trafficserver/issues/8896#issuecomment-1610524367 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.

[GitHub] [trafficserver] bneradt commented on issue #9857: H2 POST request causes crash

2023-06-16 Thread via GitHub
bneradt commented on issue #9857: URL: https://github.com/apache/trafficserver/issues/9857#issuecomment-1595028388 I took a stab at reproducing this via an autest via the following patch: Click to expand ``` diff --git a/tests/gold_tests/h2/h2origin.test.py

[GitHub] [trafficserver] duke8253 commented on issue #9426: Enforce H3 header size constraints

2023-06-13 Thread via GitHub
duke8253 commented on issue #9426: URL: https://github.com/apache/trafficserver/issues/9426#issuecomment-1589800337 Actually I think it's the `Http3SettingsId::MAX_HEADER_LIST_SIZE` that's been renamed. https://datatracker.ietf.org/doc/html/rfc9114#appendix-A.3-4.12.1 -- This is

[GitHub] [trafficserver] bneradt closed issue #9411: Quiche job for master branch

2023-06-13 Thread via GitHub
bneradt closed issue #9411: Quiche job for master branch URL: https://github.com/apache/trafficserver/issues/9411 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] cheluskin commented on issue #9821: 10.0.x: OpenReadHead failed for cachekey : vector inconsistency

2023-06-12 Thread via GitHub
cheluskin commented on issue #9821: URL: https://github.com/apache/trafficserver/issues/9821#issuecomment-1587805889 The same problem. Clearing the cache doesn't fix it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [trafficserver] maskit opened a new issue, #9857: H2 POST request causes crash

2023-06-15 Thread via GitHub
maskit opened a new issue, #9857: URL: https://github.com/apache/trafficserver/issues/9857 ATS master crashes while handling this request below. ``` $ curl -kv -d @~/tmp/8k --http2 -H "Expect: 100-Continue" https://127.0.0.1:8443/httpbin/post ``` Removing these 2 lines works

[GitHub] [trafficserver] maskit commented on issue #9906: docs.trafficserver.apache.org web server issue

2023-06-23 Thread via GitHub
maskit commented on issue #9906: URL: https://github.com/apache/trafficserver/issues/9906#issuecomment-1604565380 Sorry for the inconvenience. We were testing the latest ATS with HTTP/3 and QUIC enabled, and I think that caused the issues. I just turned off a setting and I think it makes

[GitHub] [trafficserver] bryancall opened a new issue, #9888: QUIC crash in QUICStreamAdapter::read

2023-06-20 Thread via GitHub
bryancall opened a new issue, #9888: URL: https://github.com/apache/trafficserver/issues/9888 ``` Program terminated with signal SIGSEGV, Segmentation fault. #0 0x55acf1365928 in QUICStreamAdapter::read (this=0x98, len=50089) at QUICStreamAdapter.cc:29 29 auto ret =

[GitHub] [trafficserver] bryancall opened a new issue, #9889: H3 delay when using http/3 on docs

2023-06-20 Thread via GitHub
bryancall opened a new issue, #9889: URL: https://github.com/apache/trafficserver/issues/9889 Normally docs will respond around 350ms. However, there are times when it will respond in 30 seconds. Here is a a curl command demonstrating taking 30 seconds: ``` 08:49:14 zeus:~$

[GitHub] [trafficserver] bryancall opened a new issue, #9887: H3 crash in Http3FrameFactory::fast_create

2023-06-20 Thread via GitHub
bryancall opened a new issue, #9887: URL: https://github.com/apache/trafficserver/issues/9887 ``` (gdb) bt full #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 set = {__val = {0, 7954878057845441792, 0 }} pid = tid =

[GitHub] [trafficserver] duke8253 commented on issue #9428: Prohibit a second SETTINGS frame

2023-06-15 Thread via GitHub
duke8253 commented on issue #9428: URL: https://github.com/apache/trafficserver/issues/9428#issuecomment-1593609025 While reading our code and the documentation, I noticed that we don't seem to enforce one control stream per connection?

[GitHub] [trafficserver] traeak opened a new issue, #9690: ats92 crash

2023-05-09 Thread via GitHub
traeak opened a new issue, #9690: URL: https://github.com/apache/trafficserver/issues/9690 stack trace ats92 (9df7f8d4d41bda93e1d1a3ba741a6bce53c64ef0) live linear cache ram drives only, testing session mutex congestion. Turned on http_ss debug but also for fun made a custom debug tag

[GitHub] [trafficserver] traeak opened a new issue, #9689: ats92: session pool overly contended.

2023-05-09 Thread via GitHub
traeak opened a new issue, #9689: URL: https://github.com/apache/trafficserver/issues/9689 When testing ats92 compared with ats91 on our linear only ram disk only edge caches we noticed a ramping of established connections to other mid tier caches in our network. The issue seems to

[GitHub] [trafficserver] github-actions[bot] commented on issue #8826: ArenaBlock's defaultSizeArenaBlock allocator under high contention on a busy server

2023-05-09 Thread via GitHub
github-actions[bot] commented on issue #8826: URL: https://github.com/apache/trafficserver/issues/8826#issuecomment-1541176459 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.

[GitHub] [trafficserver] github-actions[bot] commented on issue #8823: Plugins ought live in lib rather than libexec

2023-05-09 Thread via GitHub
github-actions[bot] commented on issue #8823: URL: https://github.com/apache/trafficserver/issues/8823#issuecomment-1541176496 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.

[GitHub] [trafficserver] tp1050 opened a new issue, #9693: setting up traffic server as forward proxy unto several Sock5 tunnels

2023-05-09 Thread via GitHub
tp1050 opened a new issue, #9693: URL: https://github.com/apache/trafficserver/issues/9693 I am feeling extremely stupid for even asking this, because I feel like I should know how to do it, but I can not find anything in the docs or on the net about this, if this is the wrong place to

[GitHub] [trafficserver] github-actions[bot] commented on issue #8565: Debugging remap.config compile failures

2023-05-09 Thread via GitHub
github-actions[bot] commented on issue #8565: URL: https://github.com/apache/trafficserver/issues/8565#issuecomment-1541176589 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.

[GitHub] [trafficserver] jpeach commented on issue #5742: Add a call condition for TSUrlHostGet to the document

2023-05-08 Thread via GitHub
jpeach commented on issue #5742: URL: https://github.com/apache/trafficserver/issues/5742#issuecomment-1539398222 > Can you check my pull request i did the needed changes @jpeach What problem are you trying to fix here? I think that we need to understand that before we can think

[GitHub] [trafficserver] maskit closed issue #9319: Build errors in C++23 standard

2023-05-12 Thread via GitHub
maskit closed issue #9319: Build errors in C++23 standard URL: https://github.com/apache/trafficserver/issues/9319 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [trafficserver] bneradt commented on issue #9705: Create .so file(s) with symbol definitions for the plugin API

2023-05-13 Thread via GitHub
bneradt commented on issue #9705: URL: https://github.com/apache/trafficserver/issues/9705#issuecomment-1546763891 Zhengxi Li is currently looking into implementing this, but we cannot officially assign him because he is not a committer yet. I'll assign myself as a proxy. -- This is an

[GitHub] [trafficserver] jpeach commented on issue #9705: Create .so file(s) with symbol definitions for the plugin API

2023-05-15 Thread via GitHub
jpeach commented on issue #9705: URL: https://github.com/apache/trafficserver/issues/9705#issuecomment-1548843362 I see. IIUC, if you actually separate the API symbols into a different DSO, then all their dependencies would either need to be in that DSO, or resolved from the

[GitHub] [trafficserver] github-actions[bot] commented on issue #8605: Likely Documentation Issue: Trouble building ATS on EL 8

2023-05-16 Thread via GitHub
github-actions[bot] commented on issue #8605: URL: https://github.com/apache/trafficserver/issues/8605#issuecomment-1550575852 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.

[GitHub] [trafficserver] github-actions[bot] commented on issue #8824: Ramcache disabled does not split remaining free cache

2023-05-05 Thread via GitHub
github-actions[bot] commented on issue #8824: URL: https://github.com/apache/trafficserver/issues/8824#issuecomment-1536974946 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.

[GitHub] [trafficserver] midchildan opened a new issue, #9687: TS_MILESTONE_CACHE_OPEN_READ_END is unavailable in TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK after 9.1.x

2023-05-07 Thread via GitHub
midchildan opened a new issue, #9687: URL: https://github.com/apache/trafficserver/issues/9687 Prior to 9.1.x, HTTP transactions reached `TS_MILESTONE_CACHE_OPEN_READ_END` before `TS_HTTP_CACHE_LOOKUP_COMPLETE_HOOK`. However, after 9.1.x, the order was reversed. This has affected one of

[GitHub] [trafficserver] bneradt closed issue #9652: AuTest: Switch from curl for proxy_protocol.test.py

2023-05-11 Thread via GitHub
bneradt closed issue #9652: AuTest: Switch from curl for proxy_protocol.test.py URL: https://github.com/apache/trafficserver/issues/9652 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [trafficserver] maskit commented on issue #9319: Build errors in C++23 standard

2023-05-11 Thread via GitHub
maskit commented on issue #9319: URL: https://github.com/apache/trafficserver/issues/9319#issuecomment-1544907013 1 of the errors was fixed by #9700. The other 2 are still exist. `g++ (GCC) 13.1.1 20230426 (Red Hat 13.1.1-1)` -- This is an automated message from the Apache

[GitHub] [trafficserver] syzh opened a new issue, #9704: added tslua script TS_LUA_RESPONSE_TRANSFORM hook ats coredump

2023-05-12 Thread via GitHub
syzh opened a new issue, #9704: URL: https://github.com/apache/trafficserver/issues/9704 I add en empty `TS_LUA_RESPONSE_TRANSFORM` hook function and open `redirect` options, ats cordump when upstream response 302. ```lua -- request-hook.lua function do_remap()

[GitHub] [trafficserver] jpeach commented on issue #5742: Add a call condition for TSUrlHostGet to the document

2023-05-04 Thread via GitHub
jpeach commented on issue #5742: URL: https://github.com/apache/trafficserver/issues/5742#issuecomment-1535559991 > A note should be added to the document, TSUrlHostGet only allows calls after TS_HTTP_POST_REMAP_HOOK。 I'm not sure that is correct. `TSUrlHostGet` takes a URL from a

[GitHub] [trafficserver] cmcfarlen opened a new issue, #9681: Add configuration to replace accept_till_done command line option

2023-05-04 Thread via GitHub
cmcfarlen opened a new issue, #9681: URL: https://github.com/apache/trafficserver/issues/9681 This accept_till_done global variable controls whether or not ATS will continue to accept connections (in a loop) until accept returns an error (EAGAIN, or other). It is only changeable with a

[GitHub] [trafficserver] Sage-2001 commented on issue #5742: Add a call condition for TSUrlHostGet to the document

2023-05-04 Thread via GitHub
Sage-2001 commented on issue #5742: URL: https://github.com/apache/trafficserver/issues/5742#issuecomment-1535648928 Can you check my pull request i did the needed changes @jpeach -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [trafficserver] ywkaras opened a new issue, #9717: Remove deprecated debug output functions from all source files.

2023-05-17 Thread via GitHub
ywkaras opened a new issue, #9717: URL: https://github.com/apache/trafficserver/issues/9717 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [trafficserver] jpeach commented on issue #9717: Remove deprecated debug output functions from all source files.

2023-05-17 Thread via GitHub
jpeach commented on issue #9717: URL: https://github.com/apache/trafficserver/issues/9717#issuecomment-1552185485 > > 357 source files left to be updated as of May 17, 2023. It could be a bit of a rabbit hole, but it might be possible to write a clang refactoring tool

[GitHub] [trafficserver] ywkaras commented on issue #9717: Remove deprecated debug output functions from all source files.

2023-05-17 Thread via GitHub
ywkaras commented on issue #9717: URL: https://github.com/apache/trafficserver/issues/9717#issuecomment-1551896733 357 source files left to be updated as of May 17, 2023. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [trafficserver] ywkaras commented on issue #9717: Remove deprecated debug output functions from all source files.

2023-05-17 Thread via GitHub
ywkaras commented on issue #9717: URL: https://github.com/apache/trafficserver/issues/9717#issuecomment-1552365227 Generally most of the changes I can largely automate with search and substitute. The bottle neck is getting the changes reviewed. -- This is an automated message from the

[GitHub] [trafficserver] Cyborgscode opened a new issue, #9718: splitdns.config: multiply ips in named argument ignored

2023-05-18 Thread via GitHub
Cyborgscode opened a new issue, #9718: URL: https://github.com/apache/trafficserver/issues/9718 HostOS: Fedora 37 Version: 9.0.20 Tracker: https://bugzilla.redhat.com/show_bug.cgi?id=2208215 Issue: Inside ATS the splitdns.config regulates, which backendserver is used for

[GitHub] [trafficserver] maskit commented on issue #9345: QUIC ATS logging

2023-05-18 Thread via GitHub
maskit commented on issue #9345: URL: https://github.com/apache/trafficserver/issues/9345#issuecomment-1553721395 Network Addresses, Ports, and Interfaces - [ ] chi - [ ] chih - [ ] hii - [ ] hiih - [ ] chp - [ ] php (N/A - this is for server connection) - [ ] pqsi (N/A

[GitHub] [trafficserver] cheluskin closed issue #9536: HTTP/2 specific error code=0x0b

2023-05-08 Thread via GitHub
cheluskin closed issue #9536: HTTP/2 specific error code=0x0b URL: https://github.com/apache/trafficserver/issues/9536 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

<    2   3   4   5   6   7   8   9   10   11   >