Skip to content

Commit

Permalink
[secure-transport] reorder method definitions in cpp file (#11082)
Browse files Browse the repository at this point in the history
This commit improves the organization of `secure_transport.cpp` by
grouping method definitions for `SecureSession` and `SecureTransport`
into separate sections.

The recent PR #11046 introduced `SecureSession`, separating the
session and transport functionality. To keep the `git diff` smaller
and easier to review, the methods were left in the same order as
previously defined. This resulted in methods of `SecureSession` and
`SecureTransport` being mixed and interleaved. This PR rearranges the
methods and defines separate sections for each class. This commit
does not contain any code logic changes.
  • Loading branch information
abtink authored Dec 28, 2024
1 parent 151444f commit 6bb4b7c
Showing 1 changed file with 359 additions and 356 deletions.
Loading

0 comments on commit 6bb4b7c

Please sign in to comment.