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: hyperium/tonic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: hyperium/tonic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.1
Choose a head ref
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Sep 12, 2023

  1. Copy the full SHA
    c25ae99 View commit details
  2. Copy the full SHA
    6af8d5c View commit details

Commits on Sep 21, 2023

  1. fix(web): Buffer incomplete messages (#1528)

    Previously, if we did not find trailers in the incoming message and the
    message len was longer than the actual buffer we returned the buffer.
    This would mean we would fail to parse incomplete message buffers. This
    fixes `find_trailers` to support three return types, `Trailers(len)`,
    `IncompleteBuf`, `Done`. Previously, there was only `Some(len)` and
    `None`.
    LucioFranco authored Sep 21, 2023
    Copy the full SHA
    fe6f8d9 View commit details
  2. Copy the full SHA
    d5c14fa View commit details
Loading