-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Bogdan,
Bogdan-Andrei IANCU wrote: | As I said, the problem is your script doesn't finish the request | processing neither by sending a reply, neither by forwarding it. | | Try to add at the end of your original script either: | t_reply("400","Hello world"); | or | t_relay(); |
I understood now, thanks for your explanation!
| bogdan
Telles
| | | Rodrigo P. Telles wrote: | |> -----BEGIN PGP SIGNED MESSAGE----- |> Hash: SHA1 |> |> Hi Bogdan, |> |> Bogdan-Andrei IANCU wrote: |> | |> | No log or query are duplicated. You can notice that the logs are |> | generated by different process (they have different pid at the |> beginning). |> | Since your script doesn't forward or reply on the requests, my guess is |> | you are dealing with request retransmissions, and multiple logs are a |> | side-effect of these. |> |> It was my first guess (about retransmissions). | | | | |