Through another condition our load-balancer sent code 200 on those sockjs /xhr/../xhr_streaming requests.
sockjs handles this with an extreme infinite loop of requests.
This is dangerous, as it hammers down the whole network, if there are enough open browser windows.
Of course it is wrong to send the 200 response, but the result is so harmful, that a general handling to prevent those fast request loops within sockjs would be really good.