From: Vlad S. <vl...@cr...> - 2008-11-07 21:26:28
|
This is the simple PHP page that triggers hanging, when attached to the nsd, backtrace on all thread show they all are in the condwait or poll wait, seems like sent/expected bytes miscalculation. <?php $test = @$_COOKIE["test"]; setcookie("test", "1", time() + 60, '/'); if ($test == "1") { header("HTTP/1.0 304 Not Modified"); exit(); } ?> test page |