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: grpc/grpc-dart Loading
base: master
Choose a base ref
...
head repository: GuillermoDLCO/grpc-dart Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 12, 2024

  1. fix: Apisix double trailers workaround (#1)

    * feat: comment out trailers validation
    
    * fix(call.dart): uncomment code block to handle trailers if not completed to ensure proper error handling and processing of status error
    
    * fix(call.dart): handle double trailers with grpc-status and grpc-message for Apisix to prevent errors and improve error handling
    GuillermoDLCO committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d75052d View commit details
    Browse the repository at this point in the history
  2. feature: grpc endpoint prefix for web and native (#2)

    * feat: add prefix path for grpc-web xhr transport
    
    * feat(http2_channel.dart): add support for prefixPath in ClientChannel to allow setting a prefix path for all requests
    feat(http2_connection.dart): add support for prefixPath in Http2ClientConnection to include a prefix path in request paths
    feat(xhr_transport.dart): update requestUri construction to include prefixPath in XhrClientConnection
    feat(web_channel.dart): add validation for prefixPath in GrpcWebClientChannel to ensure it starts and ends with /
    GuillermoDLCO committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    248e116 View commit details
    Browse the repository at this point in the history
Loading