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


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to