> Hello Lukas, > > I have just checked and found nothing > > # tcpdump -vv port 6082 > tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size > 65535 bytes
Fix your capture. - capture the traffic on loopback, not eth0 - don't truncate packets (-s 0) - write in a cap file, tcpdump output is not very helpful $ tcpdump -i lo -s0 -w tcp6082-traffic.cap port 6082 Lukas _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx