[Qt-interest] weird problem with QNetworkAccessManager and posting-requests

Benjamin bebl at mageta.org
Mon Apr 25 03:29:48 CEST 2011


Am 24.04.2011 23:22, schrieb Jason H:
> Maybe the FIN is for a TCP half-close? Saying the client is done sending data?
> The TCP half-close was only used in rsh, back in the day, but that tha's what it
> sounds like.
>
> I think the rest would be programmer error. :-/

That wouldn't make any sense for a http-tcp-stream with keep-alive, 
wouldn't it? Also even if so, it wouldn't make any sense, that some 
times it happens and in other times it don't. Same for the 
"post-data-is-send-twice"-thing.
It would make sense, if there was some kind of concurrency.. but none of 
the used objects is shared in any part of the program. The 
network-access happens in it's own thread, but beside this thread no 
other part of the program uses them, not even in slots, they are all 
unlinked.

It doesn't fit into my thinking currently :D



More information about the Qt-interest-old mailing list