randall commented on a change in pull request #7782:
URL: https://github.com/apache/trafficserver/pull/7782#discussion_r626116582
##########
File path: proxy/ReverseProxy.cc
##########
@@ -67,7 +67,7 @@ init_reverse_proxy()
Note("%s loading ...", ts::filename::REMAP);
if (!rewrite_table->load()) {
- Fatal("%s failed to load", ts::filename::REMAP);
+ Warning("%s failed to load", ts::filename::REMAP);
Review comment:
should we return early here? So we don't see a "finished loading" in the
failure case?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]