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.
我在一些文章中读到,如果我们没有在 http 请求中设置 content-length 标头,我们会以块的形式获得 http 响应。(传输编码:在这种情况下由服务器隐式选择的分块)。在我的 java 代码中我做了没有设置内容长度标头。我仍然在我的响应中获得内容长度标头而不是分块传输。请帮助。
您可能的意思是“不要在 http响应中设置 content-length 标头”。
无论如何,如果 servlet 引擎可以在发送响应之前确定响应的长度,则它可以自由地不使用分块编码。