c-taylor commented on code in PR #13086:
URL: https://github.com/apache/trafficserver/pull/13086#discussion_r3075740392
##########
src/traffic_server/traffic_server.cc:
##########
@@ -2456,6 +2459,9 @@ main(int /* argc ATS_UNUSED */, const char **argv)
// In either case we should not delay to accept the ports.
Dbg(dbg_ctl_http_listen, "Not delaying listen");
start_HttpProxyServer(); // PORTS_READY_HOOK called from in here
+#if defined(__linux__)
+ unshare_et_net_fd_tables();
+#endif
Review Comment:
Covered by refactor
--
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]