• Andy Goldstein's avatar
    Create all streams before copying in exec/attach · e30b8a36
    Andy Goldstein authored
    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.
    e30b8a36
v1.go 4.4 KB