[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] bufferevent_flush on bufferevent_sock
- To: libevent-users@xxxxxxxxxxxxx
- Subject: [Libevent-users] bufferevent_flush on bufferevent_sock
- From: Andrei Chirila <andreich@xxxxxxxxx>
- Date: Tue, 24 Aug 2010 17:14:57 +0200
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Tue, 24 Aug 2010 11:15:03 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=yPG16lvvCy7btnieEglz+rusQEJqYGm2XqMuPKQR2Ag=; b=wBOD1lfP2OE83O0JDGFDrok8sNNMtk8Hd9xQRAKLZ84q48dJh1Bq0QrEWhuBOa54QH U3i4U/iEh/L0IlAttWvtASdluNmBjU5z3zQ1+HJ6y1WFM4UqJcMYivtYHOQ2rKljYzcZ Fyw8LsF+EFuZqc7WDxFl9VgvS3dsUnqrqdRcY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VNv99bblFxDnfe1z/Mg2lFmFVfrw1YfXZCpZ7U1H+StZ6SeTqqSVrT5rpaX1O5mlzo ZloFpyvRAFF+V9t0OXiH0ffev4JRwBUNX1sNfz/ExZ1I4QRm1dtHAhwmBkBfgYy46kal bNk1Rp0Duc6w3SXeZFU4SEiJCs472OlCPYxkY=
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
Hello,
I'm using libevent 2.0.6 on a startup project, I just updated from 2.0.5. I've written a server and I had the surprise, after testing it for a while, that, for some messages, if I'm using the zlib filter, the last fragment of data doesn't get send. Using tcpdump on the port I'm using I can see that the data never leaves the server. I'm calling in client_write function bufferevent_flush(client->event), but, as I saw in bufferevent_sock.c, the flush method is not implemented.
Where should I start writing if I want to write this function? Or, is there anyone interested in "sponsored development" exactly for this function?
Thank you,
Andrei Chirila
--
Mobile: +049 176 354 398 29
e-Mail: andreich@xxxxxxxxx