Project

General

Profile

Bug #2422

Updated by Alex Afanasyev about 9 years ago

The failure http://jenkins.named-data.net/job/NFD/2259/OS=Ubuntu-12.04-64bit/console results from the fact that this slave does not have IPv6 connectivity and the recent change of resolver behavior (ndn-cxx:commit: 1286e02c158c69785998280788e400856317a5b2) surfaced the problem. 

 I see two issues in this commit: 

 - remove unnecessary resolution in WebSocketFactory (I will handle this) 
 - create canonization for ws:// schema.    It is not really needed for now, but may be needed in the future. (I will leave this for somebody else to handle later) 

Back