diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2014-01-01 19:26:30 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2014-01-01 19:26:30 +0000 |
| commit | 9a59807171653acf0f4792f0c01a702bfeb35c16 (patch) | |
| tree | 9e48bd291741f7c590788fee258e5c63776d4719 | |
| parent | 8e98fa3d5af09d5efe859c0f60930068d6466835 (diff) | |
| download | rabbitmq-server-git-9a59807171653acf0f4792f0c01a702bfeb35c16.tar.gz | |
correct typo in comment
This was introduced in http://hg.rabbitmq.com/rabbitmq-server/rev/4852382b462b
| -rw-r--r-- | src/rabbit_reader.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_reader.erl b/src/rabbit_reader.erl index 52127300d5..12bfa37f10 100644 --- a/src/rabbit_reader.erl +++ b/src/rabbit_reader.erl @@ -751,7 +751,7 @@ handle_input(handshake, <<"AMQP", 1, 1, 8, 0>>, State) -> handle_input(handshake, <<"AMQP", 1, 1, 9, 1>>, State) -> start_connection({8, 0, 0}, rabbit_framing_amqp_0_8, State); -%% ... and finally, the 1.0 spec is crystal clear! Note that the +%% ... and finally, the 1.0 spec is crystal clear! handle_input(handshake, <<"AMQP", Id, 1, 0, 0>>, State) -> become_1_0(Id, State); |
