Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Handle the server setting frame_max to zero #103

Closed smurfix closed 7 years ago

smurfix commented 8 years ago

server_max_frame=0 is defined as "very large", thus don't split frames

smurfix commented 8 years ago

Any comment on this? Otherwise, please merge (and, ideally, push a new version to PyPi). Thanks!

dzen commented 8 years ago

Ok, to be clear, if the servers sets the frame_max to zero, we sends the lenght of the payload to Rabbit.

we will rebase this commit. Thank you for your patience.