Skip to content

Commit

Permalink
Copy ATTR_REMOTE_ADDR to child channel
Browse files Browse the repository at this point in the history
  • Loading branch information
kyagna authored and argha-c committed Mar 18, 2022
1 parent f76ad48 commit ec62fc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ protected void copyAttrsFromParentChannel(Channel parent, Channel child)
SourceAddressChannelHandler.ATTR_LOCAL_ADDRESS,
SourceAddressChannelHandler.ATTR_LOCAL_INET_ADDR,
SourceAddressChannelHandler.ATTR_SOURCE_ADDRESS,
SourceAddressChannelHandler.ATTR_REMOTE_ADDR,
SourceAddressChannelHandler.ATTR_SOURCE_INET_ADDR,
SourceAddressChannelHandler.ATTR_SERVER_LOCAL_ADDRESS,
SourceAddressChannelHandler.ATTR_SERVER_LOCAL_PORT,
Expand Down

0 comments on commit ec62fc2

Please sign in to comment.