How to fix HttpException: Connection closed before full header was received

后端 未结 11 2701
不知归路
不知归路 2020-12-03 02:22

I have recently upgraded my flutter version in my app. But when I want to debug the application, it shows me the following error.

Error connecting to the service prot

11条回答
  •  失恋的感觉
    2020-12-03 02:53

    I fixed the issue by setting request.persistentConnection = false; (default is true)

    Writing this in case someone has the same problem...

提交回复
热议问题