bruns added inline comments.

INLINE COMMENTS

> accessmanagerreply_p.cpp:433
> +        newData.append(data);
> +        m_data = newData;
> +        m_offset = 0;

if you swap these two lines (i.e. append to m_data), you have `m_data += data` 
in all three branches, and you can move it to the bottom.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D15426

To: fvogt, #frameworks, elvisangelaccio
Cc: ngraham, bruns, kde-frameworks-devel, michaelh

Reply via email to