~george-edison55/jethttp/jethttp-multithread

« back to all changes in this revision

Viewing changes to CHTTPServer.h

  • Committer: Nathan
  • Date: 2010-10-10 07:11:37 UTC
  • Revision ID: nathan@nathan-laptop-20101010071137-fikhfugc2404mkit
Fixed socket write issue - as well as truncation issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
    void WriteHeader(QTcpSocket *,QList< QPair< QString,QString > >);
39
39
 
40
 
    qint64 WriteStaticContent   (QTcpSocket *,QString);
 
40
    qint64 WriteStaticContent   (QTcpSocket *,QString,QString);
41
41
    qint64 WritePHPContent      (QTcpSocket *,QUrl,QString);
42
42
    qint64 WriteDirectoryContent(QTcpSocket *,QString);
43
43