// that's quite bad you see. a previous worker died with an undelivered message.
// but all its subscribers' connections presumably got canned, too. so it's not so bad after all.
ngx_queue_t*cur_worker;
ngx_http_push_stream_pid_queue_t*worker;
ngx_log_error(NGX_LOG_ERR,ngx_cycle->log,0,"push stream module: worker %i intercepted a message intended for another worker process (%i) that probably died",ngx_pid,worker_msg->pid);