Stefan Reinauer wrote:
I opted against a timeout + error, as there's no useful alternative action to do on error.
I think that having a timeout is pretty important, and if it times out then call die. I'll ack that. Maybe give it a second or so?
Remember it can not print anything this early.
die() should still work, right? A POST code should be there at least.
//Peter