I am using QT4.5 preview under Windows.

I have following question:

HTTP sniffer shows double "POST" messages when I am calling "post" method on an instance of QNetworkAccessManager class. They differ only in "Content" part, where the first message, being the one that I am actually sending, having my contents and the second one has no contents, only header.

I am sure that I am calling "post" only once (confirmed by debug output).

When I do "post" from a web browser the sniffer shows only one POST HTTP message.

I will appreciate any comments/suggestions.