Fix open-network-stream responsiveness
commita5dcc97babfcb20bd146376fec99a20b9320e9be
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Jul 2016 18:40:40 +0000 (5 20:40 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Jul 2016 23:04:22 +0000 (6 01:04 +0200)
tree8f374359804145592a6ac7c9e035263ac022e55f
parentd4c6774f40b6ae1fad091f66e8e43913bc9a2724
Fix open-network-stream responsiveness

Problem reported by Christer Ekholm (Bug#23864).
Backport from master.
* src/process.c (wait_reading_process_output):
Fix typo introduced in 2015-07-06T02:19:13Z!eggert@cs.ucla.edu
when wait == INFINITY and got_output_end_time is invalid.
In this case the code should break, not continue.
src/process.c