Thread LWP::UserAgent: unterschiedliche Content-Encoding bei Response (28 answers)
Opened by GwenDragon at 2012-10-22 12:40

GwenDragon
 2012-10-22 13:02
#162723 #162723
User since
2005-01-17
14533 Artikel
Admin1
[Homepage]
user image
Also mit Debug des $can_accept

Win32:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DEBUG: Accept can be: gzip, x-gzip, deflate, x-bzip2

####
Cache-Control: max-age=7200
Connection: close
Date: Mon, 22 Oct 2012 11:00:30 GMT
Accept-Ranges: bytes
ETag: "1c8a880-a09-4bbc1209bb440"
Server: Apache
Vary: Accept-Encoding,User-Agent
Content-Length: 2569
Content-Type: text/html
Expires: Mon, 22 Oct 2012 13:00:30 GMT
Last-Modified: Wed, 21 Mar 2012 13:54:17 GMT
Client-Date: Mon, 22 Oct 2012 11:00:16 GMT
Client-Peer: 213.133.110.246:80
Client-Response-Num: 1
Content-Script-Type: text/javascript
Content-Style-Type: text/css
Link: <css/standard.css>; media="all"; rel="stylesheet"; type="text/css"
Link: </favicon.ico>; rel="shortcut icon"; type="image/x-icon"
Title: Domina de Ignis ÔÇô GwenDragons programmatische Hexenk├╝che
X-Frame-Options: SAMEORIGIN
X-LoadTime: D=605
X-Meta-Copyright: (c)2011 by GwenDragon
X-Meta-Description: Testlabor von GwenDragon
X-Meta-Keywords: Programme, Testlabor, Projekte, Bugs, Browser-Bugs
X-Meta-Language: de
X-Meta-Publisher: GwenDragon
X-Meta-Robots: noindex,nofollow
X-Meta-Robots: noarchive
X-Meta-Robots: noodp
X-Powered-By: Perl


Linux:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DEBUG: Accept can be: gzip, x-gzip, deflate, x-bzip2

####
Cache-Control: max-age=7200
Connection: close
Date: Mon, 22 Oct 2012 11:02:00 GMT
Accept-Ranges: bytes
ETag: "1c8a880-a09-4bbc1209bb440"
Server: Apache
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1038
Content-Type: text/html
Expires: Mon, 22 Oct 2012 13:02:00 GMT
Last-Modified: Wed, 21 Mar 2012 13:54:17 GMT
Client-Date: Mon, 22 Oct 2012 11:02:00 GMT
Client-Peer: 213.133.110.246:80
Client-Response-Num: 1
X-Frame-Options: SAMEORIGIN
X-LoadTime: D=737
X-Powered-By: Perl
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread LWP::UserAgent: unterschiedliche Content-Encoding bei Response