https://issues.apache.org/bugzilla/show_bug.cgi?id=44623





--- Comment #2 from Vladimir <[EMAIL PROTECTED]>  2008-03-18 07:36:59 PST ---

> there's no notion of "1st request"

Client sends: 'Accept-Encoding: gzip,deflate' (1)
Apache sees:  ''
Client sends: 'Accept-Encoding: gzip,deflate' (2)
Apache sees:  'Accept-Encoding: gzip,deflate'

Clients (gecko, msie, opera) headers were verified with sniffer.
Apache checked with %{HTTP:Accept-Encoding} and
$_SERVER['HTTP_ACCEPT_ENCODING'].

1st time always empty.
I can't believe it my local toolchain curse as it was verified on 4 differently
configured servers.

I am also well aware that a term such as '1st request' makes little sense
protocol-wise.

Can you please confirm that
<?php echo $_SERVER['HTTP_ACCEPT_ENCODING']?> 
without other output shows the header?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to