kildren
kildren
Win10系统,梯子用Clash开启System Proxy后,程序就会不断重连,请问该如何调整? 报错日志(不断重复类似的内容): Traceback (most recent call last): File "I:\Python\lib\site-packages\uvicorn\protocols\websockets\websockets_impl.py", line 254, in run_asgi result = await self.app(self.scope, self.asgi_receive, self.asgi_send) File "I:\Python\lib\site-packages\uvicorn\middleware\proxy_headers.py", line 78, in __call__ return await self.app(scope, receive,...
修改几处错误表达( `Create`方法应为`Add`方法)
### Discussed in https://github.com/Cyfrin/security-and-auditing-full-course-s23/discussions/198 Originally posted by **kildren-coder** June 18, 2024 At the end of the [video](https://updraft.cyfrin.io/courses/security/puppy-raffle/dos-mitigation), we need to provide suggestions for detecting duplicate users. The approach in the...