bug14554 230 B

1234
  1. o Major bugfix
  2. - Possibility of an infinite loop if the returned value of the read/recv
  3. was 0. A returned value of 0 means that we've reached the EOF thus the
  4. pipe/sock is drained so return success not an error.