kdelibs/kioslave/http http.cc,1.470.2.10,1.470.2.11 Author: adawit Modified Files: http.cc Log Message: - Remove 1st part of the previous backport since it is clearly wrong and was not suppose to be there. - } while ((ret == -1) && (m_bIsSSL || errno == EAGAIN || errno == EINTR)); + } while ((ret == -1) && (errno == EAGAIN || errno == EINTR));