Compare commits
1 commit
master
...
accept-ide
Author | SHA1 | Date | |
---|---|---|---|
|
70457d5c71 |
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ QNetworkRequest IppPrinter::mkReq() {
|
|||
request.setUrl(httpUrl());
|
||||
request.setHeader(QNetworkRequest::ContentTypeHeader, "application/ipp");
|
||||
request.setHeader(QNetworkRequest::UserAgentHeader, "SeaPrint " SEAPRINT_VERSION);
|
||||
request.setRawHeader("Accept-Encoding", "identity");
|
||||
return request;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue