[Mono-list] Problems mit HTTP

Shahms E. King shahms@shahms.com
15 Sep 2002 16:53:05 -0700


I just cut and pasted the program Hans sent and it ran fine using an
older CVS version of mono and the mcs class libraries:

$mono ../GetComics/http-test.exe


<html>
<head>
<title>APA - Austria Presse Agentur</title>
<base href="http://www.apa.at/2000/">
$


On Sun, 2002-09-15 at 15:52, Piers Haken wrote:
> I'm seeing the problem with the latest CVS.
> 
> response.GetResponseStream() is returning null.
> 
> Piers.
> 
> > -----Original Message-----
> > From: Shahms E. King [mailto:shahms@shahms.com] 
> > Sent: Sunday, September 15, 2002 1:43 PM
> > To: hs@cybertec.at
> > Cc: mono-list@ximian.com
> > Subject: Re: [Mono-list] Problems mit HTTP
> > 
> > 
> > You are using the Mono-0.15, I did some work in CVS to get 
> > HTTP support "working" (it's not completely correct or 
> > complete but it will work for you application).  The problem 
> > is that in the release version the stream is set to null 
> > (rather than Stream.Null) so you get Exceptions rather than 
> > just no data.  If you can get the latest CVS compiled, I'd 
> > like to hear any problems you have with that.
> > 
> > --Shahms
> > 
> > _______________________________________________
> > Mono-list maillist  -  Mono-list@ximian.com 
> > http://lists.ximian.com/mailman/listinfo/mono-> list
> > 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>