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

builtin port forwarder sometimes got stuck in "Connection reset by peer" #153

Closed
AkihiroSuda opened this issue Jul 20, 2020 · 1 comment
Closed
Labels
bug Something isn't working priority/high

Comments

@AkihiroSuda
Copy link
Member

Reported in containers/podman#7016

Reproducible with both Docker and Podman with podman run -d -p 8080:80 nginx:alpine, while true; do curl -L http://127.0.0.1:8080; done

@AkihiroSuda
Copy link
Member Author

seems solved in #157

@AkihiroSuda AkihiroSuda mentioned this issue Jul 28, 2020
AkihiroSuda added a commit to AkihiroSuda/docker that referenced this issue Jul 28, 2020
Fix port forwarder resource leak (rootless-containers/rootlesskit#153).

Changes: rootless-containers/rootlesskit@v0.9.5...v0.10.0

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
AkihiroSuda added a commit to AkihiroSuda/docker-library-docker that referenced this issue Jul 28, 2020
Fix port forwarder resource leak (rootless-containers/rootlesskit#153).

Other changes: https://github.com/rootless-containers/rootlesskit/releases

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
AkihiroSuda added a commit to AkihiroSuda/docker that referenced this issue Jul 28, 2020
Fix port forwarder resource leak (rootless-containers/rootlesskit#153).

Changes: rootless-containers/rootlesskit@v0.9.5...v0.10.0

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
(cherry picked from commit 5bc4136)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
docker-jenkins pushed a commit to docker-archive/docker-ce that referenced this issue Jul 28, 2020
Fix port forwarder resource leak (rootless-containers/rootlesskit#153).

Changes: rootless-containers/rootlesskit@v0.9.5...v0.10.0

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
(cherry picked from commit 5bc41368d9dd8e020732e4cd9fcbc8231a9b75b2)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Upstream-commit: 9dc455dffb3381edb4071c6ad8b16661844fbee6
Component: engine
docker-jenkins pushed a commit to docker-archive/docker-ce that referenced this issue Jul 28, 2020
Fix port forwarder resource leak (rootless-containers/rootlesskit#153).

Changes: rootless-containers/rootlesskit@v0.9.5...v0.10.0

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Upstream-commit: 5bc41368d9dd8e020732e4cd9fcbc8231a9b75b2
Component: engine
AkihiroSuda added a commit to AkihiroSuda/k3s that referenced this issue Aug 5, 2020
Fix intermittent "Connection reset by peer" error during port forwarding

rootless-containers/rootlesskit#153

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
AkihiroSuda added a commit to AkihiroSuda/k3s that referenced this issue Aug 5, 2020
Fix intermittent "Connection reset by peer" error during port forwarding

rootless-containers/rootlesskit#153

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority/high
Projects
None yet
Development

No branches or pull requests

1 participant