- From: Dillenberger, William D. <Dillenberger@wcom.net>
- Date: Wed, 26 Jul 2000 15:33:41 -0400
- To: "'www-lib@w3.org'" <www-lib@w3.org>
- Cc: "'www-talk@w3.org'" <www-talk@w3.org>
Fred, you are right it's a 100. i got around the problem by inserting http->state = HTTP_CONNECTED; and type = HTEvent_FLUSH; following if (status == HT_CONTINUE) in HTTP.c I'm sure there has to be a better way. thanks for the reply Bill > -----Original Message----- > From: Fred Bohle [SMTP:fbohle@neonsys.com] > Sent: Wednesday, July 26, 2000 3:22 PM > To: Dillenberger, William D. > Subject: Re: no send of body on POST using libwww > > > > > > Fred Bohle@NEON > 07/26/2000 02:21 PM > > William, > > I don't know about the timer, but aren't you really waiting for a 100 > Continue > response before sending the body? > > Fred > > > > > > "Dillenberger, William D." <Dillenberger@wcom.net> on 07/26/2000 09:31:14 > AM > > To: "'www-lib@w3.org'" <www-lib@w3.org> > cc: "'www-talk@w3.org'" <www-talk@w3.org> (bcc: Fred Bohle/Dev/Neon) > > Subject: no send of body on POST using libwww > > > > > Greetiings, > On Posting, my client application, using libwww pre 5.3.0 and > OpenSSL 95a > posts headers reads a 200 response from the server, passes back > from > SSLREAD to the while(1) {switch} within HTTP.c with a status of > HT_CONTINUE. > The BodyWrite timer never starts the write of the Body, no > matter > what > the timeout value is set to. Any insight on this problem is > appreciated. > ------------------------------- > Bill Dillenberger > dillenberger@wcom.net > ------------------------------- > > > > >
Received on Wednesday, 26 July 2000 15:34:11 UTC