Client is waiting for FIN flag from server for 30 sec
When I initialize TCP connection and send data, my application (client) delays for 30 seconds. Via Wireshark I see that response body is already received (15,16 packets), however the app waits for FIN packet from server (17 packet).
Packets snapshot via wireshark: https://www.dropbox.com/s/il8zkik5w88...
How can I shrink the delay?
@Nurlan: I have reopened the question again. As accepting the answer which solved the question is enough. Closing is not necessary.