I wonder if I am expecting the wrong thing, but I would think that the request to /signalr/connect would time out after 2 minutes. But I can see in fiddler that it never times out. Is that a bug?
The…
While working with Server Sent Events using Tornado, I discovered, that (at least) the WSGIContainer in wsgi.py
will set a Content-Length header field in any case.
However, this is not permitted, if …