- From: Henrik Frystyk Nielsen <frystyk@w3.org>
- Date: Fri, 02 Feb 1996 11:57:43 -0500
- To: Vu Nguyen <vu@isdnsys.com>
- Cc: "'www-lib@w3.org'" <www-lib@w3.org>
Vu Nguyen writes: > I've exprienced some problems with libwww Ver 4.0C, > > in the HTTPServ.c - func ParseRequest (HTStream * me), the call to=20 > HTTPResponse_new(newreq, HTBufWriter_new(newreq->net, YES, 512)); > with newreq->net being NULL. This is set in=20 > HTRequest * newreq =3D me->http->serve =3D HTRequest_dup(request); > > I tried copying the the net object with HTRequest_setNet(newreq, = > HTRequest_net(request)), this seemed to fix the problem; however, my = > server stopped serving the request right after the following trace: The mini server does not work as a full server in this release. It was mainly intended to be a quick example, but we are working on getting it to work. The model is now almost in place, so hopefully it won't take long. -- Henrik Frystyk Nielsen, <frystyk@w3.org> World-Wide Web Consortium, MIT/LCS NE43-356 545 Technology Square, Cambridge MA 02139, USA
Received on Friday, 2 February 1996 11:57:52 UTC