How can I modify response HTTP header?
I want modify Connection 'keep-Alive' to 'close', When I Add it in cgi
"Content-Type: text/html\r\n"
"Connection: close\r\n"
"\r\n"
I Capturing packets and found that both of them were present in http header, How can I repleace it?