libshout's connection state maschine does not honor connection specific blocking setting
Currently libshout's connection state machine overrides it's own blocking setting in shout_connection_connect()
:
shout_connection_set_nonblocking(con, shout_get_nonblocking(shout));
Using the setting from the parent object should only be the default if no specific value was set.
See also: #2308 (closed)