In telnet session, i do it endlessly, no hangs, mistery

GET /test.php HTTP/1.1
Host: vlad.mpower.net
Cookie: test=1

HTTP/1.1 304 Not Modified
MIME-Version: 1.0
Server: NaviServer/4.99.3
Date: Sat, 08 Nov 2008 05:06:44 GMT
X-Powered-By: PHP/5.2.6
Set-Cookie: test=1; expires=Sat, 08-Nov-2008 05:07:44 GMT; path=/
Content-type: text/html
Connection: keep-alive
Transfer-Encoding: chunked

0

Stephen Deasey wrote:
> 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
> 

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