bneradt commented on pull request #8663: URL: https://github.com/apache/trafficserver/pull/8663#issuecomment-1036563261
What confuses me is that, given this message: ``` [Feb 10 15:53:50.174] [ET_NET 2] WARNING: Synserver failed to bind to port 65535. ``` That failure is associated with the `#define SYNSERVER_DUMMY_PORT -1` value. However, that occurs in the `synserver_vc_refuse` which is only associated with a continuation in a single place: https://github.com/apache/trafficserver/blob/92d238a8fad483c58bc787f784b2ceae73aed532/src/traffic_server/InkAPITest.cc#L7335 How did that function get called back with the 65535 (-1 for 16 bits) rather than the `#define SYNSERVER_LISTEN_PORT 3300` value? -- 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]
