I'm having a problem with an haproxy setup where not all of the requests are getting logged (even in debug mode). Specifically, I have an ajax app that periodically POSTs to the server to find out about changes. I know that these requests are going to the proxy because if I kill the proxy the requests start failing. However, these requests are not logged to syslog or printed to the console when haproxy is run in debug mode. Nor are they shown in the stats. But the requests *are* sent to my web server and the responses are forwarded back to the client, just without the addition of the cookie to indicate which server should receive the next request from this client. This is happening with 1.3.23 and 1.4.
I'm still scouring the docs and the code trying to figure out what would cause this but any pointers would be great.

