mirror of
https://github.com/moparisthebest/spdylay
synced 2024-11-04 16:45:07 -05:00
Don't return on partial write
This commit is contained in:
parent
e2658ca757
commit
7d9a7b3069
@ -1042,9 +1042,6 @@ int spdylay_session_send(spdylay_session *session)
|
||||
assert(r < SPDYLAY_ERR_FATAL);
|
||||
return r;
|
||||
}
|
||||
} else {
|
||||
/* partial write */
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user