Bugs item #2524767, was opened at 2009-01-20 21:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=2524767&group_id=4866

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jehiah Czebotar (jehiah)
Assigned to: Nobody/Anonymous (nobody)
Summary: bug in ThreadedAppServer handling data across multiple packe

Initial Comment:
ThreadedAppServer.py has a bug in the way it keeps track of the number of 
missing bytes when it reads from a socket. This bug is only apparent when using 
webkit via mod_webkit2 on a *different* host than apache. (ie: when on 
localhost all data appears to be available immediately, there needs to be some 
delay between when the packets arrive).

the count of # of bytes remaining to be read is decremented by all the bytes 
read previously instead of just the # of bytes read during the current loop

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=2524767&group_id=4866

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to