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.
我正在编写一个 Web 服务,并希望将流量最小化为仅绝对需要的响应数据。我试过不发送标题,只发送一些文本,但如果它少于 7 个字符 curl 显示 curl: (52) Empty reply from server 即使我返回了一些东西,如果我在我的响应中添加另一个字符,它会返回。