Re: [Development] Does QNetworkAccessManager could provide the Server Sent Event feature ?

2015-02-19 Thread Paul Chavent
On 02/17/2015 10:17 PM, Thiago Macieira wrote: > On Tuesday 17 February 2015 20:50:44 Paul Chavent wrote: >> On 02/16/2015 11:58 PM, Thiago Macieira wrote: >>> On Monday 16 February 2015 23:52:19 Paul Chavent wrote: >>>> The parts 6 "Parsing an event stream

Re: [Development] Does QNetworkAccessManager could provide the Server Sent Event feature ?

2015-02-17 Thread Paul Chavent
On 02/16/2015 11:58 PM, Thiago Macieira wrote: > On Monday 16 February 2015 23:52:19 Paul Chavent wrote: >> The parts 6 "Parsing an event stream" [2] gives the specs of the format over >> http. The part 7 "Interpreting an event stream" explains how it should be

Re: [Development] Does QNetworkAccessManager could provide the Server Sent Event feature ?

2015-02-16 Thread Paul Chavent
On 02/16/2015 10:44 PM, Thiago Macieira wrote: > On Monday 16 February 2015 21:52:13 Paul Chavent wrote: >> Hi Qt dev list. >> >> I would like to ask you if there are any plans for providing Server Sent >> Event [1] signals in the QNetworkAccessManager. >> >

[Development] Does QNetworkAccessManager could provide the Server Sent Event feature ?

2015-02-16 Thread Paul Chavent
Hi Qt dev list. I would like to ask you if there are any plans for providing Server Sent Event [1] signals in the QNetworkAccessManager. The Server Sent Event (SSE) can be used by web pages that need asynchronous updates from the server (a kind of server push mechanism). It is very lightweight