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

rust/mqtt: create PDU frames prior to input parsing #10834

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 13, 2024

  1. rust/mqtt: create PDU frames prior to input parsing

    PDU frames are now created prior to input parsing to ensure that their
    creation is independent of the parsing outcome.
    
    Additionally, a minor style change has been applied by rustfmt.
    
    Ticket OISF#6956
    glongo committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    92df5a1 View commit details
    Browse the repository at this point in the history