I've encountered many more than few errors which seems related to huge delay in content delivery. Lines of error looks like:
20260527.14h04m02s CONNECT: attempt fail [CONNECTION_ERROR] to 72.167.35.147:443 for host='docs.trafficserver.apache.org' connection_result=ENOSTR [60] error=ENOSTR [60] retry_attempts=0 url='https://docs.trafficserver.apache.org/en/latest/_static/css/theme.css?v=9edc463e'
I've failed to identify a place in the sources that produce the error. Moreover, ENOSTR seems related to deprecated XSI STREAMS:
ENOSTR Not a STREAM (POSIX.1 (XSI STREAMS option))
I've not finded any evidenvce that Traffic Server uses XSI streams (stropts.h not included).
It seems that there is something wrong with error code/error sting matching/interpretation.
So I'm stuck in exploring delay of content delivery.
P.S. Apache Traffic Server 10.1, FreeBSD 14-stable
I've encountered many more than few errors which seems related to huge delay in content delivery. Lines of error looks like:
I've failed to identify a place in the sources that produce the error. Moreover, ENOSTR seems related to deprecated XSI STREAMS:
I've not finded any evidenvce that Traffic Server uses XSI streams (stropts.h not included).
It seems that there is something wrong with error code/error sting matching/interpretation.
So I'm stuck in exploring delay of content delivery.
P.S. Apache Traffic Server 10.1, FreeBSD 14-stable