Results 1 to 3 of 3

Thread: QtNetwork and QHttp->Problem with reading the response header

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2006
    Location
    Switzerland
    Posts
    52
    Thanked 13 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: QtNetwork and QHttp->Problem with reading the response header

    In your code responseHeaderReceived() signal is connected to act_requestFinished() slot, not to act_readResponseHeader() slot. act_readResponseHeader() is never called.
    The Wheel weaves as the Wheel wills.

  2. #2
    Join Date
    Jul 2006
    Posts
    79
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QtNetwork and QHttp->Problem with reading the response header

    God, such a stupid mistake..
    I've checked the parameter of the response slot a hundred times, but never the name..

    But it works now..
    Thank you..

    aMan..

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.