ant5 opened a new issue, #13203: URL: https://github.com/apache/trafficserver/issues/13203
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 -- 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, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
