Age | Commit message (Collapse) | Author |
|
For now, it tries two TLS ports and then connects to the non-tls port. In
the future we would like the user to be able to configure that.
fix #2435
|
|
|
|
|
|
|
|
We have two basic example commands. But it’s not entirely finished because
there are some error checks that we don’t do.
ref #2521
|
|
|
|
|
|
is created
We want to call socket() with the parameters provided by getaddrinfo, so we
can’t addd the fd into the poller immediately. We need to wait the
connection attempt, and then the SocketHandler can call add_socket_handler
itself, if the connection succeeds, or is in progress.
|
|
Explain that the behaviour is otherwise undefined, in the comment.
|
|
|
|
|
|
fix #2524
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Whether this is a bad-request (missing XML attributes or elements) or an
internal server error.
|
|
|
|
|
|
|
|
If we never succeeded our connection+auth process, means we should probably
not attempt any-more, and just give up. If we ever did, this means a
reconnect is a good idea
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e3b91475ffd7c1c76868964614f66060ba9e3a85.
|
|
|
|
|
|
fixes #2436
|
|
|
|
|
|
|