Microsoft
Software
Hardware
Network
Question : PHP: Prevent Keep Alive
My PHP application sends a Keep-Alive" HTTP header. I don't want the connection to keep alive. I want it to die immediately.
I send these headers:
1: 2:
header("HTTP/1.0 204 No Content"); header('Content-Length: 0');
Firefox keeps trying to load data from this empty application. How can I send a header that tells the connection to die?
Related Solutions:
Apache/PHP: Remove Server and X-Powered-By Headers
Answer : PHP: Prevent Keep Alive
header("Connection: close");
Random Solutions
Cisco ASA 5505 not passing traffic (Possible NAT or ACL issue)
GroupWise 6.0.1 - Some addresses are undeliverable and have been crossed out
Unattended Windows 7 Installation answer file not working
Informatica installation issues windows, cannot ping
PHP.ini file 'display_errors' is set to Off but errors still appear on page?
How can I find out what type of driver I need for a "other device, Unknown Device" for a nc6400 laptop
unable to scan with my HP Photosmart All-in-one printer
how to use CFCONTENT to deliver files from a folder outside web root, to a web browser? and loop through a series of fileIDs associated with a DocumentID
Windows Service crashing on one machine, not on the other
ASP Connection String vs. Database Access DLL