Read contents of h into print buffer, up to max_size bytes, or up to EOF.
@return 0 for success (max_size bytes read or EOF reached), negative error code otherwise
See Implementation
Read contents of h into print buffer, up to max_size bytes, or up to EOF.
@return 0 for success (max_size bytes read or EOF reached), negative error code otherwise