aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Transports/http/httpstreamreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Transports/http/httpstreamreader.h')
-rw-r--r--src/plugins/Transports/http/httpstreamreader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Transports/http/httpstreamreader.h b/src/plugins/Transports/http/httpstreamreader.h
index aefda863b..ebb0a657e 100644
--- a/src/plugins/Transports/http/httpstreamreader.h
+++ b/src/plugins/Transports/http/httpstreamreader.h
@@ -44,6 +44,7 @@ struct HttpStreamData
{
char *buf;
size_t buf_fill;
+ size_t buf_size;
QString content_type;
bool aborted;
QHash <QString, QByteArray> header;
@@ -105,7 +106,7 @@ private:
QString m_title;
bool m_ready;
bool m_meta_sent;
- size_t m_buffer_size;
+ size_t m_prebuffer_size;
QTextCodec *m_codec;
DownloadThread *m_thread;
HTTPInputSource *m_parent;