benjamin-hodgson / asynqp

An AMQP library for asyncio
MIT License
84 stars 29 forks source link

Fixed amqp properties reading. Had invalid flag checks. #66

Closed tvoinarovskyi closed 8 years ago

tvoinarovskyi commented 8 years ago

Tried to receive msg's with property content_encoding but without content_type and it failed

benjamin-hodgson commented 8 years ago

Could you add a unit test please?

TarasLevelUp commented 8 years ago

Dou, yea, somehow forgot about that =). Will add, but later.

tvoinarovskyi commented 8 years ago

Added test.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.06%) to 95.787% when pulling 142d98ec1a0f0c0f8c360aa5186693ff6058a87d on TarasLevelUp:protocol_fix into 8f55f2f03cba8aea7c8f1532fa283df3bc50b02e on benjamin-hodgson:master.

tvoinarovskyi commented 8 years ago

Rebased