Is there a way to prevent a php script from sending a http response when the script is finished executing? If not in php is it possible in any-other common web scripting langues?
3
-
...just don't echo/return anything?helloandre– helloandre2009-11-16 22:16:55 +00:00Commented Nov 16, 2009 at 22:16
-
could you give more details of what you're trying to achieve?andyface– andyface2009-11-16 22:17:55 +00:00Commented Nov 16, 2009 at 22:17
-
What would you want to happen instead? Let the browser hang there wasting one of its TCP/IP threads waiting for a response until the connection times out?Quentin– Quentin2009-11-16 22:18:24 +00:00Commented Nov 16, 2009 at 22:18
Add a comment
|