Created attachment 6866 [details] Script to reproduce Version: 1.26 (httpd.c:2263-2370) While header reading. If send a lot of header lines (for example "Cookie: FFFFFF...\n"), then xstrdup() returns a lot of duplicates memory.
Use "cat ddos.txt | netcat <httpd host> 80 &" in script
Fixed in git, thanks!