On Tue, 02 Dec 2014 20:41:36 +0000, Some Developer wrote: > I guess I'll just write my daemon and take a dump of all the headers > manually to see exactly what to expect. At least then I can see how the > library will perform under real world conditions.
You could try something similar with netcat. The following will listen on port 8111 and print what it receives: nc -l 8111 -- Cole _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx