Results 1 to 10 of 10

Thread: HTTP request

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: HTTP request

    Is that a general rule, wysota? I was thinking if maybe a signal was emitted in the request method (not the complete, but maybe an error signal) that Qt wouldn't actually emit or queue the signal as there was no listeners at the time it was emitted.

  2. The following user says thank you to squidge for this useful post:

    Trok (2nd January 2010)

  3. #2
    Join Date
    Mar 2009
    Posts
    29
    Thanks
    14
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: HTTP request

    I closed NOD32 and all the firewalls but I have still the same communique:
    Starting C:/Documents and Settings/Trok/Pulpit/Qt Progs/Test_gg/debug/Test_gg.exe...
    NOD32 protected [MSAFD Tcpip [TCP/IP]]NOD32 protected [MSAFD Tcpip [UDP/IP]]NOD32 protected [MSAFD Tcpip [RAW/IP]]NOD32 protected [RSVP UDP Service Provider]NOD32 protected [RSVP TCP Service Provider]Test
    ""
    I suppose that the firewall don't block this operation, because I can send POST request by SOCKET correctly.
    Last edited by wysota; 5th January 2010 at 15:08.

  4. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: HTTP request

    Quote Originally Posted by fatjuicymole View Post
    Is that a general rule, wysota?
    With networking classes - yes.

    I was thinking if maybe a signal was emitted in the request method (not the complete, but maybe an error signal) that Qt wouldn't actually emit or queue the signal as there was no listeners at the time it was emitted.
    All "request" type of methods don't do anything. They just schedule execution.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. The following user says thank you to wysota for this useful post:

    Trok (2nd January 2010)

  6. #4
    Join Date
    Oct 2009
    Posts
    37
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: HTTP request

    Small side note: Use QNetworkAccessManager. QHttp is deprecated.
    Disclaimer: Although I work on Qt for Nokia, anything I post here is personal

  7. The following user says thank you to mgoetz for this useful post:

    waynew (21st March 2010)

Similar Threads

  1. HTTP GET authentication does not proceed
    By SailingDreams in forum Qt Programming
    Replies: 2
    Last Post: 1st June 2009, 01:27
  2. problem with Synchronous Http request
    By rchaitanya in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 30th January 2009, 11:03
  3. How do I send data with http post request?
    By Morea in forum Qt Programming
    Replies: 13
    Last Post: 21st January 2009, 22:51
  4. http request
    By yagabey in forum Qt Programming
    Replies: 3
    Last Post: 28th December 2008, 19:19
  5. uploading files to HTTP!!
    By Raajesh in forum Qt Programming
    Replies: 2
    Last Post: 24th June 2008, 22:00

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.