Skip to content

传输大文件问题 #56

Description

@oopai

自己加了传文件指针的post,但是文件一大(2.3G)服务端就会出错。

客户端加了post
post(const QNetworkRequest &request, QIODevice *data, const int &timeout = 30 * 1000);

服务端报错
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt.
You must not let any exception whatsoever propagate through Qt code.
If that is not possible, in Qt 5 you must at least reimplement
QCoreApplication::notify() and catch all exceptions there.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions