gps icon indicating copy to clipboard operation
gps copied to clipboard

Allow control over parallel network activity

Open sdboyer opened this issue 9 years ago • 1 comments
trafficstars

A bug was reported to glide (https://github.com/Masterminds/glide/issues/411) about how concurrent git+ssh activity causes issues when the key hasn't been decrypted into an agent. To handle this case, vsolver must provide an option for fetching in serial so that the requests are made in serial, and each password input is recorded correctly.

In some imaginary, future version, we might also attempt to predetect which URLs are safe to parallelize (e.g., unsecure git http), and have this option (or a new one) always parallelize those, but not others.

Either that, or we've gotta do some gnarly shit with os.Stdin and os.Stdout across processes...

Affects #13

sdboyer avatar May 17 '16 10:05 sdboyer

This issue was moved to golang/dep#448

fabulous-gopher avatar Apr 21 '17 14:04 fabulous-gopher