libzmq: Problem: curve_server steps on stdout.
There are about 20 statements in curve_server_t that write directly to stdout, such as:
// Temporary support for security debugging
puts ("CURVE I: invalid handshake command");
It’s marked as temporary. Is there a plan afoot for an implementation without this side effect?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 19 (19 by maintainers)
@bluca, I am aware of that 😃 I started where @vtellier left.
Fixes by #2645