Ah - well, I'm using the "latest" cvs code - as of last...Thursday anyway. How far back should I go to try?
What's happening in this version is pretty wierd (aren't they all?)... I've added "Accept-Encoding: gzip, deflate" to the browser-derived headers and when I run the test it does show up in the Results Tree as part of my request (here, copied from the Request tab of the Results Tree): GET http://g-images.amazon.com/images/G/01/stores/sporting-goods/nav/sportinggoods-130-75.gif Accept-Encoding: gzip, deflate Host: g-images.amazon.com Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Pragma: no-cache Accept: */* Cookie Data: obidos_path_continue-shopping=continue-shopping-url=/subst/home/home.html/00 2-4432696-8964034&continue-shopping-post-data=&continue-shopping-description =generic.gateway.default; session-id-time=1091433600; session-id=002-4432696-8964034 Accept-Encoding: gzip, deflate Host: g-images.amazon.com Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Pragma: no-cache Accept: */* BUT...it's not really in the wire request. Here's what's really going across the wire as debugged from a winsock level trace: GET /images/G/01/stores/sporting-goods/nav/sportinggoods-130-75.gif HTTP/1.1 Connection: keep-alive Host: g-images.amazon.com Accept-Language: en-us User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Pragma: no-cache Accept: */* Cookie: obidos_path_continue-shopping=continue-shopping-url=/subst/home/home.html/00 2-4432696-8964034&\ continue-shopping-post-data=&continue-shopping-description=generic.gateway.d efault; session-id-time=1091433600; session-id=002-4432696-8964034 Looks like we have header issues - what's shown in the results tree isn't really what's being transmitted. J ----- Original Message ----- From: "Michael Stover" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Monday, July 26, 2004 1:49 PM Subject: Re: Gzip, deflate support > That's not what I meant - I don't know what the newer sampler supports. > The older one does support gzip encoding. > > -Mike > > On Mon, 2004-07-26 at 13:30, joelsherriff wrote: > > Hmmmm, nope, don't think so - I'll give that a try...thanks > > > > ----- Original Message ----- > > From: "Michael Stover" <[EMAIL PROTECTED]> > > To: "JMeter Users List" <[EMAIL PROTECTED]> > > Sent: Monday, July 26, 2004 11:15 AM > > Subject: Re: Gzip, deflate support > > > > > > > Accept-Encoding: gzip,deflate > > > > > > is recorded by the proxy server, and is sent by the HTTP Request > > > sampler. Are you using the newer Alpha HTTP Request sampler? > > > > > > -Mike > > > > > > On Mon, 2004-07-26 at 10:44, joelsherriff wrote: > > > > 2.0.1 > > > > > > > > ----- Original Message ----- > > > > From: "Michael Stover" <[EMAIL PROTECTED]> > > > > To: "JMeter Users List" <[EMAIL PROTECTED]> > > > > Sent: Sunday, July 25, 2004 6:29 PM > > > > Subject: Re: Gzip, deflate support > > > > > > > > > > > > > What version of JMeter are you using? > > > > > > > > > > -Mike > > > > > > > > > > On Sun, 2004-07-25 at 16:32, joelsherriff wrote: > > > > > > Anyone know what I have to do to add this for my test? I tried > > adding > > > > > > Accept-Encoding: gzip, deflate to my Browser-derived headers (which > > > > should > > > > > > have been there in the first place, since the browser has it by > > default, > > > > but > > > > > > that's another problem...), but it wasn't added to the request(s). > > > > > > > > > > > > J > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- > > > > > Michael Stover <[EMAIL PROTECTED]> > > > > > Apache Software Foundation > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > -- > > > Michael Stover <[EMAIL PROTECTED]> > > > Apache Software Foundation > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > -- > Michael Stover <[EMAIL PROTECTED]> > Apache Software Foundation > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

