summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-09-21 07:24:38 +0100
committerMatthias Radestock <matthias@lshift.net>2009-09-21 07:24:38 +0100
commita07c9407289e4ae99ae919c36e7dd1afe731632a (patch)
tree20a644dc275ed0aa182fc083327a98751f648d48 /scripts
parent5ed1782eda1ef139a807cbce2a99af44eefe3835 (diff)
downloadrabbitmq-server-git-a07c9407289e4ae99ae919c36e7dd1afe731632a.tar.gz
do not time out waitng for channel.close_ok, wait forever instead
This is to prevent the following observable protocol violation: C->S: 1:channel.open S->C: 1:channel.open_ok C->S: 1:some command that triggers a channel close S->C: 1:channel.close (client waits for longer than server close_ok timeout) C->S: 1:channel.open S->C: 1:channel.open_ok The second channel.open should have been ignored by the server, and it should not have returned a channel.open_ok.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions