我有一个带有uwsgi的应用程序,TCP上的通信通过unix套接字与nginx进行。 在某个时间点,我的应用程序可能崩溃,我想检查其状态。 为此,我计划连接到套接字,向其发送请求并查看响应代码
在网站What's the correct way to use a unix domain socket in requests framework?上,我找到了解决方法
当我通过requests_unixsocket库发出请求时(与其他情况以及创建自定义适配器时一样),出现以下错误:
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))