[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] TCP connection callbacks - problem
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] TCP connection callbacks - problem |
Date: |
Sat, 20 Oct 2018 12:46:36 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
Dear Daniel,
You didn't mention which thread mode you were using, but manual
inspection suggests your issue should occur in thread-per-connection
modes (only). In that case, I've pushed a (likely) fix in
b55cd46b..47281241 to Git master.
Please test and report back!
Happy hacking!
Christian
On 10/19/2018 03:53 PM, Daniel Bujnik wrote:
> Hello,
>
> I am using libmicrohttpd with MHD_OPTION_NOTIFY_CONNECTION parameter to
> receive notifications for TCP connection opening/closing. Notifications
> for opening case are coming through as expected, however I am
> experiencing problems with closing case, where I am NOT getting the
> callback when my client terminates, though I can see client FIN packet
> in tcpdump on the server side and connection stops appearing in netstat.
>
> Eventually the closing notification is being delivered by libmicrohttpd
> but that is just after a new TCP connection is opened. The sequence of
> callbacks I am seeing is as followed:
>
> 1) callback with MHD_CONNECTION_NOTIFY_STARTED - TCP connection A opened
> 2) callback with MHD_CONNECTION_NOTIFY_STARTED - new TCP connection B is
> opened
> 3) callback with MHD_CONNECTION_NOTIFY_CLOSED - TCP connection A closed
>
> Of course I would expect nr 3 to come before nr 2. I am using nc to
> open/close sockets on client end.
>
> I would appreciate any comments on the described issue. Is that behavior
> correct? If not is there a way to make it right?
>
> Kind regards,
> Daniel
>
signature.asc
Description: OpenPGP digital signature