Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: community-of-python/stompman
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: giyokun/stompman
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 28, 2025

  1. Improve binary message handling

    replaced the parse frame method to deal with binary messages and properly account for content length.
    giyokun committed Aug 28, 2025
    Configuration menu
    Copy the full SHA
    da77eac View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. Configuration menu
    Copy the full SHA
    750be9c View commit details
    Browse the repository at this point in the history
  2. Revert "Improve binary message handling"

    This reverts commit da77eac.
    vrslev committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    db09961 View commit details
    Browse the repository at this point in the history
  3. Moved frame parsing logic inline within FrameParser to improve code l…

    …ocality and reduce function call overhead.
    vrslev committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    84adeba View commit details
    Browse the repository at this point in the history
  4. Refactor FrameParser to handle STOMP frame parsing more robustly with…

    … improved buffer management and state tracking.
    vrslev committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    cf3331f View commit details
    Browse the repository at this point in the history
  5. Refactor FrameParser logic to properly handle command validation and …

    …header processing during frame parsing.
    vrslev committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    6e078f8 View commit details
    Browse the repository at this point in the history
  6. Handle heartbeat frames properly in STOMP frame parser by yielding th…

    …em at correct processing points.
    vrslev committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    66409d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f528063 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e718774 View commit details
    Browse the repository at this point in the history
  9. Fix content-length validation order and enhance frame parsing robustn…

    …ess with comprehensive NULL byte and content-length tests.
    vrslev committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    a511e52 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e18d909 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dfbebd2 View commit details
    Browse the repository at this point in the history
  12. Updated FrameParser to allow _previous_byte field to be None instead …

    …of empty bytes for better null handling.
    vrslev committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    9bb6c45 View commit details
    Browse the repository at this point in the history
  13. Refactor FrameParser to explicitly define fields and initialize them …

    …in __init__ instead of using dataclass field declarations.
    vrslev committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    91c3859 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    44c76bc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3abda9a View commit details
    Browse the repository at this point in the history
Loading