summaryrefslogtreecommitdiffstats
path: root/src/network/access/qabstractprotocolhandler_p.h
Commit message (Collapse)AuthorAgeFilesLines
* HTTP internals: introduce protocol handlersPeter Hartmann2014-02-131-0/+88
... to defer the decision which protocol will be used on a specific channel. This is to allow using the SPDY protocol instead of HTTP (to be implemented in a later commit); which protocol will be used can only be decided after the SSL handshake. Change-Id: I6b538320668fe4994438f0095ecdc445677cf0a6 Reviewed-by: Peter Hartmann <phartmann@blackberry.com>