-
- Downloads
partial always use partial buffering if send incomplete
After "rerelease" https://github.com/warmcat/libwebsockets/issues/392#issuecomment-170003294 Since we introduced partial buffering a long while ago, user code shold never see partial sends and very few user callbsck attempt to deal with them. Let's just eliminate the whole concept of user callback partial send handling under any circumstances. Signed-off-by:Andy Green <andy.green@linaro.org>
Please register or sign in to comment