Project

General

Profile

Actions

Bug #1344

closed

TcpChannel::handleSuccessfulConnect is called before connected

Added by Junxiao Shi about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
High
Category:
Faces
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

NFD version: 86fce8ea6e66bdf47ca6469470ed0aa212bbf6e4

Steps to reproduce:

  1. start NFD on hostA, listen on TCP port 6363
  2. start NFD on hostB, connect via TCP to hostA:6363

Expected: face established

Actual: exception on hostB thrown from `TcpChannel::handleSuccessfulConnect line 205

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  remote_endpoint: Transport endpoint is not connected
Actions

Also available in: Atom PDF