Skip to content

Commit

Permalink
UPSTREAM: 16590: Create all streams before copying in exec/attach
Browse files Browse the repository at this point in the history
Create error, stdin, stdout, stderr streams first, and only start
copying once all the streams have been created. This fixes an issue
where the client immediately starts sending data for stdin before all
the other streams have been created. This ends up blocking the spdy
connection frame handler and causes the entire exec/attach session to
time out.
  • Loading branch information
Andy Goldstein committed Nov 2, 2015
1 parent 0e08c78 commit 50f9a4f
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 42 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50f9a4f

Please sign in to comment.