-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
自己加了传文件指针的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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels