Bug #569
closedDuplicate DDNS requests
100%
Description
In the logs I discovered messages are duplicated for the same timestamp.
The service works fine, so this is annoying but not critical.
Updated by Marc Dequènes over 7 years ago
- Category set to server-regip
- Status changed from New to Blocked
- Assignee set to Marc Dequènes
I checked if the client was not sending multiple requests, and it was not, and a tshark on the server side confirmed: only 2 requests (IPv4 and IPv6), which is expected.
On the server side the code do not loop on the request so I checked very early the UNIQUE_ID received and the app receives the same request multiple times. I could not find any explanation while looking at the Passenger and Rack stack.
I guess there's a bug in the stask, most probably the Passenger dispatch, but I could not find it. The code is complex so I would probably have to dig more into it. I checked related BRs and did not find any.
So, I plan to look again into it after the Stretch migration. Let's see if this is fixed in a recent version and if not fill a BR.
Updated by Marc Dequènes over 7 years ago
- Blocked by Enhancement #554: Upgrade Toushirou to Debian Strech added
Updated by Marc Dequènes over 7 years ago
- Blocked by deleted (Enhancement #554: Upgrade Toushirou to Debian Strech)
Updated by Marc Dequènes over 7 years ago
- Status changed from Blocked to In Progress
The Stretch migration did not change the behavior at all.
Updated by Marc Dequènes over 7 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Fixed in b56c68b.