17 messages in ru.sysoev.nginxRe: src/http/modules/ngx_http_gzip_fi...
FromSent OnAttachments
Aleksandar LazicDec 9, 2006 5:21 pm 
Igor SysoevDec 10, 2006 2:04 am 
Aleksandar LazicDec 10, 2006 2:14 am 
Aleksandar LazicDec 10, 2006 2:31 am 
Igor SysoevDec 10, 2006 2:36 am 
Aleksandar LazicDec 10, 2006 2:39 am 
Igor SysoevDec 10, 2006 2:45 am 
Igor SysoevDec 10, 2006 3:05 am 
Aleksandar LazicDec 10, 2006 5:04 am 
Aleksandar LazicDec 10, 2006 5:05 am 
Igor SysoevDec 10, 2006 5:12 am 
Aleksandar LazicDec 10, 2006 5:20 am 
Igor SysoevDec 10, 2006 5:23 am 
Aleksandar LazicDec 10, 2006 5:32 am 
Aleksandar LazicDec 10, 2006 12:27 pm 
Aleksandar LazicDec 10, 2006 12:37 pm 
Aleksandar LazicDec 10, 2006 1:26 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: src/http/modules/ngx_http_gzip_filter_module.c tuningActions...
From:Aleksandar Lazic (al-n@public.gmane.org)
Date:Dec 10, 2006 5:20:52 am
List:ru.sysoev.nginx

On Son 10.12.2006 16:12, Igor Sysoev wrote:

So, it's strange, nginx does not compress in second case:

[snipp]

Thats ok because the request haven't say *give me compressed content*

/usr/sbin/ab2 -t 60 -c 5 URL

The first case was called with *give me compressed content*

/usr/sbin/ab2 -t 60 -c 5 -H 'Accept-Encoding: gzip' URL

Aleks