Hi,

I got a problem with WStreamResource / WFileResource and the build in
HTTPd (not using WebSockets).
It seems that in some circumstances the first pieces of a stream/file
are not transfered.
Using wt-version: 3.2.0 and boost-version: 1.44

I tried to debug the problem and found out that changing Line: 352
WtReply::send in src/http/WtReply.C

from: nextCout_.assign(text);
to: nextCout_.append(text);

solves this problem.

I am not familiar with WT's internals.
Can someone check it that is a real bug and not only a misapplication?

-- 
Regards,
Marco

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to