Comment 3 for bug 1334710

Revision history for this message
Robert Ancell (robert-ancell) wrote :

I don't think we need the first part of the patch - a "full read" is when you manage to read the entire buffer in one go. This causes us to increase the buffer size and do bigger reads. The change in your patch will cause the buffer to increase every time we fill the buffer.