|
From: Brian St . P. <bst...@me...> - 2000-04-01 17:00:12
|
On Fri, Mar 31, 2000 at 09:06:01PM +0200, Uwe Hermann wrote: > On Fri, Mar 31, 2000 at 02:08:19PM -0500, Brian St . Pierre wrote: > > When you update to cvs, you will be happy to see that we are now > > retrieving images. >=20 > Great. The basic functionality is there. It still has some problems, but > I think they come from the URL-code. Try to display slashdot for an examp= le. > I'll have a look at the code soon, I often get segfaults together with > g_assert()s that failed... Hmmm. I just looked at slashdot. The apache server they have running is broken (?). The way I read the rfc (and I may be wrong) is that line-endings are supposed to be CRLF pairs. slashdot is putting out LF only. The code I have right now says "corrupted header, aborting". I'll correct this soon, which will make us friendlier to non-compliant servers... -Brian |