[BUG][3.2gamma] HTTPSocket httpShowJpeg: locks up image

Brent Vukmer bvukmer at blackboard.com
Tue Jul 9 22:31:35 UTC 2002


Got it!  Thanks, Ned. Now, when I do the same snippet, I get a debugger with the message "JFIF Marker Expected".  When I inspect 'Smalltalk listLoadedModules' I see that the JPEG plugin version is: 'JPEGReadWriter2Plugin 26 May 2002 (i)' 

-----Original Message-----
From: Ned Konz [mailto:ned at bike-nomad.com]
Sent: Tuesday, July 09, 2002 5:44 PM
To: squeak-dev at lists.squeakfoundation.org
Subject: Re: [BUG][3.2gamma] HTTPSocket httpShowJpeg: locks up image


On Tuesday 09 July 2002 02:26 pm, Ned Konz wrote:

This redirects to the same URL (response=302)

> GET /supersnail/images/small/sm_os5_r12_0602_w1_small.jpg HTTP/1.0
> ACCEPT: */*
> ACCEPT: text/html
> User-Agent: Squeak 1.31
> Host: www.perl.com:80

However, this works fine (response=200):

GET /supersnail/images/small/sm_os5_r12_0602_w1_small.jpg HTTP/1.0
ACCEPT: */*
ACCEPT: text/html
User-Agent: Squeak 1.31
Host: www.perl.com

See the difference?

www.perl.com doesn't think it's the same as www.perl.com:80 (even 
though we get to it via port 80).

However, we always put the :80 in the request.

Try the upcoming change set; it fixes the problem for me.
-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE





More information about the Squeak-dev mailing list