brbzull0 opened a new pull request #8328: URL: https://github.com/apache/trafficserver/pull/8328
While doing some tests I've noticed that the `outbound_conntrack` never gets updated with the configured records config values, without this change all the following records wont never reflect the configured values(in the `records.config`) and the defaults values will be used instead. ``` proxy.config.http.per_server.connection.queue_size proxy.config.http.per_server.connection.alert_delay proxy.config.http.per_server.connection.queue_delay ``` Using the default queue_size will make us block even if expressed otherwise(by configuring the above values): https://github.com/apache/trafficserver/blob/68926aeeec230ecb4b8408bcefabfcf9a95b3bca/proxy/http/HttpSM.cc#L5233-L5255 Now, I think this will be removed in 10(https://github.com/apache/trafficserver/pull/7302), but at last it should work in 9. -- 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]
