PDA

View Full Version : In QHttp responseHeaderReceived signal in not getting emit



parusri
12th December 2008, 23:33
Hi,

I have implemented the QHttp client, during testing i found that responseHeaderReceived signal is not getting emit. Due that i am not able to decode the Http header information.
I observed that requestFinished and requestStarted signals are emitted after i call get.
What could be the reason to not getting emit this signal?

Thanks in Advance.

Regards
Srinivas

jpn
28th December 2008, 20:13
Did you remember to call QHttp::setHost()?