bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ Patch #486 ] strstream -> sstream & ::send() -> tcp()->write()


From: Federico Montesino Pouzols
Subject: Re: [ Patch #486 ] strstream -> sstream & ::send() -> tcp()->write()
Date: Wed, 21 Aug 2002 21:47:07 +0200 (CEST)

   Hi, I am trying your patch and it seems there
is a little problem with tcp()->write().

   If I incorporate your patch, the urlfetch demo
does not work. If I replace back the calls to
tcp()->write() with calls to ::send(), the demo
works again. Some simple tests I have done with
netcat show that the http protocol headers are not
being received at the server side. I suspect this is
a buffering problem with tcp()->write(). Do you have
any suggestion on how to solve this or have you tried
succesfully your patch?

   Bye!







reply via email to

[Prev in Thread] Current Thread [Next in Thread]