Write through if write_wrapper() size is > than buffer size.
Previously, if size was > 2*buffer_size + 1 than the rest of the requested data was not written as the function doesn't allow multiple buffer flushes. refs #1779
Loading
Please register or sign in to comment