Fix open-network-stream responsiveness
commit1e97ecb964a478e8b2f08b628695ac02b923eabe
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Jul 2016 08:49:21 +0000 (3 10:49 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Jul 2016 08:50:31 +0000 (3 10:50 +0200)
tree81fd6f937ec4180bd451ba508a76081ecfe3d9f2
parent08974112ae68aefba658a8516c8faa3374edc924
Fix open-network-stream responsiveness

Problem reported by Constantin Kulikov (Bug#23684).
* 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