diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-08-13 12:51:13 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-08-13 13:13:05 (GMT) |
commit | 6c2662c9d4d0813622ee5a9783911dbe2e48e72c (patch) | |
tree | 8351a55ebdd983143d5fe09cc26f82358c934d4c /src/network/access/qhttpnetworkconnectionchannel_p.h | |
parent | f0912434632b1f17cb60688ed38bf830a5f25106 (diff) | |
download | Qt-6c2662c9d4d0813622ee5a9783911dbe2e48e72c.zip Qt-6c2662c9d4d0813622ee5a9783911dbe2e48e72c.tar.gz Qt-6c2662c9d4d0813622ee5a9783911dbe2e48e72c.tar.bz2 |
QNAM HTTP: Remove eatWhitespace() hack
After the Unbuffered TCP rewrite this brought more trouble than it
helped. Better fix the chunked decoder soon.
Reviewed-by: Peter Hartmann
Diffstat (limited to 'src/network/access/qhttpnetworkconnectionchannel_p.h')
-rw-r--r-- | src/network/access/qhttpnetworkconnectionchannel_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/access/qhttpnetworkconnectionchannel_p.h b/src/network/access/qhttpnetworkconnectionchannel_p.h index e384e9d..4f3a65c 100644 --- a/src/network/access/qhttpnetworkconnectionchannel_p.h +++ b/src/network/access/qhttpnetworkconnectionchannel_p.h @@ -153,8 +153,6 @@ public: void handleUnexpectedEOF(); void closeAndResendCurrentRequest(); - void eatWhitespace(); - bool isSocketBusy() const; bool isSocketWriting() const; bool isSocketWaiting() const; |