On Sat, Nov 8, 2008 at 3:38 AM, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
>
> Added, runs fine but that the thing, it hangs in firefox, not in the test
>


OK, so there's a difference.

Maybe keepalive -- you mentioned what looked like responses garbled
together? An HTTP 1.1 request will force keepalive:

test php-1.1 {sequential requests w/keepalive} -body {
    foreach n {0 1 2} {
        lappend results [nstest_http -http 1.1 \
                             -getbody 1 \
                             -getheaders content-length \
                             GET /test.php]
    }
    set results
} -cleanup {
    unset -nocomplain results
} -result "{200 10 {test page\n}} {200 10 {test page\n}} {200 10 {test page\n}}"



Also, can you adjust the build to use an already installed php? See:
README.SELF-CONTAINED-EXTENSIONS in the php source for directions.

-------------------------------------------------------------------------
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