Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content body in multiple frames (amqp-0.9.1 4.2.6.2) #17

Closed
ghost opened this issue Jun 4, 2014 · 1 comment
Closed

Content body in multiple frames (amqp-0.9.1 4.2.6.2) #17

ghost opened this issue Jun 4, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 4, 2014

When the content of a body frame is bigger than the supported size of the server, send it will result in a connection resetted by peer and the following error message :
aioamqp.protocol: WARNING: Server closed connection: FRAME_ERROR - type 3, all octets = <<>>: {frame_too_large,1000000,131064}, code=501, class_id=0, method_id=0

Trying to receive it will only process the first body frame of the message.

@ghost ghost changed the title Multi-frame messages are not completely read. Body content in multiple frame (amqp-0.9.1 4.2.6.2) Jun 5, 2014
@ghost ghost changed the title Body content in multiple frame (amqp-0.9.1 4.2.6.2) Body content in multiple frames (amqp-0.9.1 4.2.6.2) Jun 5, 2014
@ghost ghost changed the title Body content in multiple frames (amqp-0.9.1 4.2.6.2) Content body in multiple frames (amqp-0.9.1 4.2.6.2) Jun 5, 2014
@ghost
Copy link
Author

ghost commented Jun 6, 2014

All the previous commits are stashed in the last one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants