[ https://issues.apache.org/jira/browse/TS-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yakov Kopel updated TS-1127: ---------------------------- Attachment: fix.patch > Wrong assignment of incoming address > ------------------------------------ > > Key: TS-1127 > URL: https://issues.apache.org/jira/browse/TS-1127 > Project: Traffic Server > Issue Type: Bug > Components: HTTP > Affects Versions: 3.1.2 > Reporter: Yakov Kopel > Fix For: 3.1.4 > > Attachments: fix.patch > > Original Estimate: 1m > Remaining Estimate: 1m > > In HttpSM.cc file (attach_client_session) there are two lines: > ink_inet_copy(&t_state.client_info.addr, netvc->get_remote_addr()); > t_state.client_info.port = netvc->get_local_port(); > instead of: > ink_inet_copy(&t_state.client_info.addr, netvc->get_local_addr()); > t_state.client_info.port = netvc->get_local_port(); -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira