koush / AndroidAsync

Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Other
7.52k stars 1.56k forks source link

version:3.1.0,AsyncHttpServer not work #704

Open caojun445396055 opened 3 years ago

caojun445396055 commented 3 years ago

1,when client send get request and set "Content-Type", "application/json;charset=utf-8" ,the service is not responding? AsyncHttpServer onAccepted return exception cause:Socket.close(),but version 2.1.0 is ok.

2,When the client requests multiple times at the same time, there will be a delay of 10s ~ 15s?