oops, did not actually flush the buffer

This commit is contained in:
leitner 2015-11-19 13:43:57 +00:00
parent a0cde0fee9
commit 685ebdfb80

View File

@ -43,6 +43,7 @@ int buffer_putflush(buffer* b,const char* x,size_t len) {
return buffer_stubborn(b->op,b->fd,v[1].iov_base+w,v[1].iov_len-w,b);
}
}
b->p=0;
return 0;
}
#endif