-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix to remove NULL character frame delimiter from frame body
Previous versions of AnyEvent::STOMP::Client would include the NULL octet of a STOMP frame what was used as delimiter to indicate the end of the frame. According to the STOMP 1.2 specification [1] the NULL octet is not part of the body: The body is then followed by the NULL octet. This removes the trailing NULL octet from STMOP frames when said octet was used to delimit the very frame. [1] https://stomp.github.io/stomp-specification-1.2.html
- Loading branch information
1 parent
7e07788
commit 20410bf
Showing
4 changed files
with
15 additions
and
3 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
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