Project

General

Profile

Bug #1635

Updated by Alex Afanasyev almost 10 years ago

FaceURI: `wsclient://[::ffff:76.90.11.239]:56366` 

 Expected: no error 

 Actual: `Malformed URI: wsclient://[::ffff:76.90.11.239]:56366` 

 --- 

 Problem was discovered when using WebSocket faces. 

          1400690340.435746 FATAL: [NFD] Malformed URI: wsclient://[::ffff:76.90.11.239]:56366 

 This happens when NFD is running dual-stack WebSocket while the client is from IPv4. A temporary fix is to disable IPv6 for WebSocket faces. 

Back