Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Python 2.6.4 内置的 xmlrpclib.ServerProxy。在服务器端,服务器会时不时地获取请求的标头。我已经通过使用在发送之前缓冲整个请求的传输来解决它,但我不知道是什么可能导致这种行为。