Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-75660

Empty body on POST method on QNetworkReplyWasmImpl

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.13.0 Beta3
    • Network
    • None
    • WebAssembly
    • 800941df899a4418d4ac6cebbcc31a40120167bc

    Description

      In QNetworkReplyWasmImplPrivate::doSendRequest() method, converting extraData to extraDataString is not really happening,

      extraDataString.fromUtf8(extraData); should be changed to :

      extraDataString = extraDataString.fromUtf8(extraData);

      It is also unclear if what will happen to dataToSend if the contentType does not include text or json or form.

       

      Attachments

        For Gerrit Dashboard: QTBUG-75660
        # Subject Branch Project Status CR V

        Activity

          People

            lpotter Lorn Potter
            soheilarmin Soheil Armin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes