mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kioslave: update comment in curl slave
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8da3ce890f
commit
a8ad8d46de
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ void CurlProtocol::slotData(const char* curldata, const size_t curldatasize)
|
|||
m_firstchunk = false;
|
||||
|
||||
if (m_ishttp) {
|
||||
// if it's HTTP error do not send data and MIME, abort transfer
|
||||
// if it's HTTP error do not send data, abort transfer
|
||||
const long httpcode = HTTPCode(m_curl);
|
||||
if (httpcode >= 400) {
|
||||
p_aborttransfer = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue