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

wasm: setting network transfer timeout does not work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.15.1
    • 5.15.0 Beta4
    • Network
    • None
    • WebAssembly
    • 44d4bc6d90442e1f82b8f921165360fecf3bed67 (qt/qtbase/dev) c36aa64b8b8958e6a3b150b035bea35e02e74b82 (qt/qtbase/5.15)

    Description

      Trying to set the network transfer timeout using QNetworkRequest::setTransferTimeout

      results in this compiler error:

      ../../../src/QTBUG-83728/HttpRequest.cpp:14:13: error: no member named 'setTransferTimeout' in 'QNetworkRequest'

       

      The setTransferTimeout is guarded by

      #if QT_CONFIG(http) || defined(Q_CLANG_QDOC)

      and wasm does not config http

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lpotter Lorn Potter
            lpotter Lorn Potter
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes