forked from apache/qpid-proton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PROTON-????: Remove pn_data_t operations from frame codec
We only convert to pn_data_t if the application requests the data as a pn_data_t. - renamed message rest of message pn_data members deprecated - Added some more useful emmiter/consumer code - parse message directly to raw bytes - parse error conditions without pn_data_t - Avoid using pn_amqp_decode_*C when not really needed - Tidied up message codec
- Loading branch information
Showing
10 changed files
with
655 additions
and
415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.