diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-09-21 07:24:38 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-09-21 07:24:38 +0100 |
| commit | a07c9407289e4ae99ae919c36e7dd1afe731632a (patch) | |
| tree | 20a644dc275ed0aa182fc083327a98751f648d48 /scripts | |
| parent | 5ed1782eda1ef139a807cbce2a99af44eefe3835 (diff) | |
| download | rabbitmq-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
