Em sex 30 maio 2014, às 14:23:29, Mandeep Sandhu escreveu: > Hi All, > > I was working on implementing HTTP redirection support in QNAM and friends. > > While looking at the test case of QNetworkReply, I found that for some > testcases we use our own mini-http server while for others we're using > an external webserver from the testbed. > > Is there a way to configure the testbed webserver for my needs (i.e > redirection support)? I've currently tested my feature by configuring > Nginx to do redirection for certain urls.
Whenever possible, use the mini-http server, as it is less likely to cause network timeouts. If you really need something server-side, then the QA guys can help you with the testserver. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
