operasoftware/dragonfly

server sent event does not show up in network log tab

Opened this issue · 1 comments

When inspecting a page listening for server side event, we do not see any trace of the http request in the network log.
For instance at : http://node.remysharp.com:8004/
A connection at /stats is done, but we do not see it in network log at all.
We could expect to see something.

Another SSE example: http://googlecodesamples.com/html5/sse/sse.html

Using the "experimental" build of Dragonfly (2012.12.14:5f53f580d8e2), the EventSource requests are not listed in the Network log.