From: Stephen D. <sd...@gm...> - 2008-11-08 04:17:44
|
On Sat, Nov 8, 2008 at 3:38 AM, Vlad Seryakov <vl...@cr...> 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. |