temp commit - searching for bugs on buildbots
diff --git a/programs/http_client.c b/programs/http_client.c
index 60c314b..051060e 100644
--- a/programs/http_client.c
+++ b/programs/http_client.c
@@ -261,7 +261,8 @@
 		} else {
 			result = RETVAL_CATCHALL;
 		}
-		printf("result %d - errno %d\n", result, errno);
+		printf("result %d - errno %d - ECONNREFUSED %d\n", result, errno, ECONNREFUSED);
+		fprintf(stderr, "%s\n", strerror(errno));
 
 		usrsctp_close(sock);