Skip to content
Snippets Groups Projects
Commit eec83d28 authored by Jelle Aalbers's avatar Jelle Aalbers
Browse files

Add comments

parent eb866811
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -466,6 +466,9 @@ class Channel(base.AMQPChannel):
 
error = False
 
# To retrieve the message body we must concatenate the binary content
# of several frames. The recommended idiom for this differs
# in py3 and py2.
if PYTHON3:
body_value = bytearray()
else:
Loading
Loading
@@ -487,7 +490,6 @@ class Channel(base.AMQPChannel):
elif consuming and not self._consumers:
self._reject_inbound_message(method_frame)
error = True
if error:
return
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment