hi

2004-01-27 Thread schwern
-c
?qwv(DndpJ#*??B5;z8*`#D?[.q\8LN2\$1C:~Y5#zew4w]cN9
8iBzJ6*S($gW
?V*M-4IUv.)j)(?Jf37O
E9 
?HRTu.-T?pD3?tn_0^OoC\Ge3JN4Q?R\]tu[v6gCz?
ygL? ,(K%0];vL!Bvc?dK-nQ!XK;\z
WRdp[M
;n!c)EH_A;-'pX'Ok5
R]m)^9}J7`%}U(S
Rg])P?
~,^yUWHM{Zp
~?Va`*K?7vShJd
7EH~Tir-b0'ND9cg !Z6VNzg.0}pKv%l?c[BdjUz,l{
ytjI;7n'oJu%fjBPwg{6O
c^qx7 tOA*`AtYY#8 
6R)D'GZA5ow*,):wmJrV?SvtX2O?GeVLsdXt-J5Xz
us_l#'27U?]\O66B^a9p/;;.?)z2iTDrGgX.}rUr9Zjr`Vs
 _fW

%gEy;DK?Wyp`56~5'~?*NC2J9
hMW?8-{x?mi-O?hbd?)o9qtW?/BE mi 
9-j?a:HOXd5`MU??l7Xk[KqML}cg,m:q[jT
5rW:YzyTAy
cIN-?s
aSM]R?%5,zW{HGYA!r\\lf'mp?-N304?x!S5^^kHd.rOhv9W?)4R!i|)drYQ(d6Smvye:~
QB(H
J3vmF_PZt`Dd,
?MadMgBj5k?|$`;t#N.
Xm{rq{[F/G?G\'Q'h?vkOwL 
T,g'5\rLLuL?O
8
*1LdkFtzv]CG6/}:f%olrT)OhAoH|-l-`|cx!G`:gZ(n?%Oc?S?gQaFI)eng{}A]?r:?-%FxlK
i? 
prI|xlz5-?$0jf;6VLPG7By|7HhV_H3VvID4P;??Dx$iv_JNF/[tQ!Z)#sW':WWJtiquazJt1!B)2UyJ?hAOqRrj`jmW
MH?Iq}u`IY*B5I!y0mK_kj?_G`z?S)Qj:(
-vvM9rBvSdb9v/JD~qD1`[L(Op;_c|eT%-Xa.)Ng:.9?0EWH%6SoY7s,knmK}v#.r?Y:K9W(t[RE(d!
*Tb5,E
B9|U\ '({,I%mU1ajzn?tY
XN~RfyGU?0a[oq?h'2h.RIW-x5^$6i
 ^?'qF$

attachment: message.scr


test

2004-01-26 Thread schwern
The message cannot be represented in 7-bit ASCII encoding and has been sent as a 
binary attachment.



data.zip
Description: Binary data


t/live/jigsaw-{md5,chunk}.t More proxy interference

2002-03-23 Thread Michael G Schwern

Looks like more proxy interference.  You might want to just skip the
whole thing if the proxy/server protocol is  HTTP/1.1.


t/live/jigsaw-chunk.t is failing because the proxy appears to be
stripping the Client-Transfer-Encoding header.  Otherwise everything
else is ok.


main::(t/live/jigsaw-chunk.t:1):print 1..5\n;
  DB1 c 14
1..5
ok 1
main::(t/live/jigsaw-chunk.t:14):   print not  unless 
$res-header(Client-Transfer-Encoding) eq chunked;
  DB2 x substr($res-as_string, 0, 500)
0  'HTTP/1.0 200 OK
Connection: close
Date: Fri, 22 Mar 2002 09:14:25 GMT
ETag: 1j3k6u8:tikt981g
Server: Jigsaw/2.2.0
Content-Type: text/plain
Expires: Fri, 22 Mar 2002 09:14:24 GMT
Last-Modified: Mon, 18 Mar 2002 14:28:02 GMT
Client-Date: Sat, 23 Mar 2002 03:04:56 GMT
Client-Response-Num: 1
X-Cache: HIT from e-smith.cbrady.tzo.com

This output will be chunked encoded by the server, if your client is HTTP/1.1
Below this line, is 1000 repeated lines of 0-9.
-'


t/live/jigsaw-md5.t is failing because the response code is 200 and
not 304.  This is likely due to proxy interference.  Otherwise
everything else is ok.

HTTP/1.0 200 OK
Connection: keep-alive
Date: Fri, 22 Mar 2002 09:14:26 GMT
Age: 63774
ETag: 1jca8jc:q61in3to
Server: Jigsaw/2.2.0
Content-Language: en
Content-Length: 489
Content-MD5: 0TMnkhCZtrIjdTtJk6x3+Q==
Content-Type: text/html
Last-Modified: Tue, 20 Jun 2000 23:48:51 GMT
Client-Date: Sat, 23 Mar 2002 02:57:20 GMT
Client-Response-Num: 2
Title: Retry-After header
X-Cache: HIT from e-smith.cbrady.tzo.com

HTML
HEAD
  !-- Created with 'cat' and 'vi'  --
TITLERetry-After header/TITLE
/HEAD
BODY
P
A HREF=..IMG SRC=/icons/jigsaw ALT=Jigsaw BORDER=0 WIDTH=212
HEIGHT=49/A
H1
The IContent-MD5/I header
/H1
PThis pages is served along with its MD5 digest, you take
a look at the headers, as it is quite difficult to do an auto-referent
page about its md5 signature :)
/P
  HR
BR
A HREF=mailto:[EMAIL PROTECTED];[EMAIL PROTECTED]/A
/BODY/HTML
 

not ok 2



-- 

Michael G. Schwern   [EMAIL PROTECTED]http://www.pobox.com/~schwern/
Perl Quality Assurance  [EMAIL PROTECTED] Kwalitee Is Job One
Good tidings, my native American Indian friend!  America will soon again
be yours!  Please accept 5th Avenue as an initial return!



Bug or Feature? Time::Local not passing through fractional seconds.

2002-03-23 Thread Michael G Schwern

In testing LWP against bleadperl@15421 there is only one failure
different from perl 5.6.1 (the rest are attributed to proxy
interference).

base/date.FAILED test 51
Failed 1/58 tests, 98.28% okay

I think this one was already reported to p5p.  HTTP::Date is expecting
Time::Local to be able to deal with fractional seconds.  That's not
guaranteed by Time::Local, 5.6.1 and back just happened to be able to
do it.

There's two ways to handle this.

1) Have HTTP::Date not assume Time::Local can handle fractional seconds.
   So eliminating test 51.

2) Shut off use integer in bleadperl's Time::Local to make it handle
   fractional seconds (pass them through, really).

Given that localtime/gmtime can't handle fractional seconds, and
Time::Local is supposed to be the mirror of those functions, I'm for
option #1.


-- 

Michael G. Schwern   [EMAIL PROTECTED]http://www.pobox.com/~schwern/
Perl Quality Assurance  [EMAIL PROTECTED] Kwalitee Is Job One
Lo, paste enema
incarnation of the phrase
anal retentive
-- brevity