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.0
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.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 24, 2023

  1. server: Fix connection leak when receiving ECONNRESET

    The ttrpc server somtimes receives `ECONNRESET` rather than `EOF` when
    the client is exited. Such as reading from a closed connection. Handle
    it properly to avoid goroutine and connection leak.
    
    Change-Id: If32711cfc1347dd2da27ca846dd13c3f5af351bb
    Signed-off-by: liyuxuan.darfux <liyuxuan.darfux@bytedance.com>
    (cherry picked from commit a03aa04)
    Signed-off-by: Derek McGowan <derek@mcg.dev>
    darfux authored and dmcgowan committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    8977f59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1f0dab View commit details
    Browse the repository at this point in the history
Loading