Call didWriteWrapper in utp_on_write.

This commit is contained in:
Juliusz Chroboczek 2011-02-18 00:36:33 +00:00
parent e35d1aacaf
commit f33a772b00
1 changed files with 2 additions and 0 deletions

View File

@ -398,6 +398,8 @@ utp_on_write(void *closure, unsigned char *buf, size_t buflen)
if( rc < (long)buflen ) {
tr_nerr( "UTP", "Short write: %d < %ld", rc, (long)buflen);
}
didWriteWrapper( io, buflen );
}
static size_t