]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: Do not fail if client does not request sideband.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 3 Jul 2016 10:45:15 +0000 (12:45 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 Jul 2016 11:32:13 +0000 (13:32 +0200)
commita8786a08cf7cd65db89ee9ffa495e5282720082a
treeebf42b171fa64e7c0eb6f5900bb56ae1a8099542
parent6ee9f6e477fd968491be395bedfbf660e0ebea5c
server: Do not fail if client does not request sideband.

Currently we insist that clients request the sideband feature during
the initial handshake. This check was introduced long ago to detect
incompatible 0.4.x clients and fail the connection early and gracefully
for those clients. These days the check is no longer needed and can
be removed.

para_server still announces the sideband feature and accepts the
sideband request, although it makes no difference any more whether
or not the client requests the feature. Therefore this change has no
impact on compatibility with 0.5.x clients.
command.c