phongn commented on code in PR #10815: URL: https://github.com/apache/trafficserver/pull/10815#discussion_r1397736321
########## plugins/header_rewrite/conditions.cc: ########## @@ -34,17 +34,6 @@ #include "conditions.h" #include "lulu.h" -// This is a bit of a hack, to get the more linux specific tcp_info struct ... -#if HAVE_STRUCT_LINUX_TCP_INFO -#ifndef _LINUX_TCP_H -#define _LINUX_TCP_H -#endif -#elif HAVE_NETINET_IN_H -#ifndef _NETINET_TCP_H -#define _NETINET_TCP_H -#endif -#endif - Review Comment: @divyabhat1 these defines do not appear to be used anywhere. Was the intent to include `linux/tcp.h` on Linux systems and `netinet/tcp.h` on others? -- 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]
