Hi!

I don't know why, but i can't connect to another server after disconnecting from previous with same socket ( using proxy ).
Server sends me http notification "connection established", then my app sends to server ACK and at once closing packet (FIN, ACK).

Connecting with another (new one ) socket just fine, but not acceptable for my app.
Looks like i must completely rewrite( or may be reset) socket.
But how?