From c618421d6f74c0d8838c1d322304eed8321af27d Mon Sep 17 00:00:00 2001 From: Douglas Young Date: Sat, 5 May 2012 19:03:31 +0100 Subject: Return error if an invalid connection string is used This patch reintroduces the behaviour that if a tcp:// or ipc:// connection string which is invalid is passed to xs_connect, then an error is reported, instead of asserting at connection time --- doc/xs_connect.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/xs_connect.txt') diff --git a/doc/xs_connect.txt b/doc/xs_connect.txt index 02597da..00625d3 100644 --- a/doc/xs_connect.txt +++ b/doc/xs_connect.txt @@ -50,6 +50,8 @@ ERRORS ------ *EINVAL*:: The endpoint supplied is invalid. +*ENAMETOOLONG*:: +The supplied name was too long. *EPROTONOSUPPORT*:: The requested 'transport' protocol is not supported. *ENOCOMPATPROTO*:: -- cgit v1.2.3