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

Adding support for handling multiple transport protocols #12967

Merged
merged 11 commits into from
Apr 8, 2024

Commits on Apr 5, 2024

  1. Adding support for more than one protocol for transport

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6d4a207 View commit details
    Browse the repository at this point in the history
  2. Adding CHANGELOG entry

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c2af0de View commit details
    Browse the repository at this point in the history
  3. Addressing comments

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    be30fd5 View commit details
    Browse the repository at this point in the history
  4. Addressing comments

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1eb6419 View commit details
    Browse the repository at this point in the history
  5. Removing determineTransportProtocol

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6ab47dc View commit details
    Browse the repository at this point in the history
  6. Determine transport protocol only on first byte reference

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a02c962 View commit details
    Browse the repository at this point in the history
  7. Making InboundBytesHandler closeable

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3ba9792 View commit details
    Browse the repository at this point in the history
  8. Fixing close() for InboundPipeline

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    47d8238 View commit details
    Browse the repository at this point in the history
  9. Adding DeprecatedAPI annotation to japicmp task

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    398f286 View commit details
    Browse the repository at this point in the history
  10. Fixing for detect breaking changes workflow

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8a90d0e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Fixing recursion

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3f08cea View commit details
    Browse the repository at this point in the history