In WebClient, after page reload when I send server doesn't response in this connection. I suppose that it sends response in connection established before page reload.
Server MUST forget all previous connection (requests) when receives .
I checked and I saw that works almost good ;) : server forgets previous requests and sends response immediatelly in new connection. But it also resets stream, sends stream:features/ etc.
In WebClient, after page reload when I send server doesn't response in this connection. I suppose that it sends response in connection established before page reload.
Server MUST forget all previous connection (requests) when receives .
I checked and I saw that works almost good ;) : server forgets previous requests and sends response immediatelly in new connection. But it also resets stream, sends stream:features/ etc.