My http proxy server is listening at port 8888(IP changed for security reason):
[root@ ~]# netstat -ano|grep 8888
tcp 0 0 212.133.43.195:8888 0.0.0.0:* LISTEN off (0.00/0/0)
tcp 0 393 212.133.43.195:8888 221.137.227.25:63274 ESTABLISHED on (0.56/0/0)
tcp 0 0 212.133.43.195:8888 221.137.227.25:63273 ESTABLISHED off (0.00/0/0)
If I press ctrl-c to terminate the process,it still takes about 30 seconds to free the port,that is,netstat -ano|grep 8888 continues to output the above connections until 30 seconds later.
What's worse,if I refresh the pages fast,I'll get this kind of ridiculous response(I'm getting content of stack exchange when requesting for google.com):

What can be causing this kind of issue?