Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QNetworkReply and Transfer-Encoding: chunked

QNetworkReply and Transfer-Encoding: chunked

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 515 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • AlveinA Offline
    AlveinA Offline
    Alvein
    wrote on last edited by
    #1

    Hello.

    After some request has finished, QNetworkReply's headers contain "Transfer-Encoding: chunked" and "Content-Length" is not found, which is fine.

    However, the response contents (QNetworkReply::readAll()) seems to be already decoded. I.e., no chunks.

    So, should I assume that the transfer decoding is automatically done by QNetworkAccessManager ?? Can somebody confirm this ??

    If yes, shouldn't Transfer-Encoding and Content-Length be automatically removed and inserted (respectively) from/into the headers?

    It's that. Thanks.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved