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: containerd/ttrpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: containerd/ttrpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 8, 2023

  1. Unwrap io errors in server connection receive error handling

    Unwrap io.EOF and io.ErrUnexpectedEOF in the case of read message error
    which would lead to leaked server connections.
    
    Signed-off-by: Austin Vazquez <[email protected]>
    (cherry picked from commit 9599fad)
    Signed-off-by: Derek McGowan <[email protected]>
    austinvazquez authored and dmcgowan committed May 8, 2023
    Configuration menu
    Copy the full SHA
    d5f7eed View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge pull request #143 from dmcgowan/backport-1.1-error-unwrap

    [release/1.1] Unwrap io errors in server connection receive error handling
    dmcgowan authored May 17, 2023
    Configuration menu
    Copy the full SHA
    20c493e View commit details
    Browse the repository at this point in the history
Loading