Replies: 2 comments 1 reply
-
没有 content-length 时,相当于内容是无限长的,需要等发送方自己断开 TCP 连接。
你要查看为什对方没有发送 TCP 断开。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
感谢云大的回复,查了好几天之后发现是个乌龙o(╥﹏╥)o,是发送的代码写的有问题。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
最近在接入twitch的sdk,需要发送一个get请求到twitch。
在测试过程中发现在返回的header内没有content-length的情况下,会长期的阻塞在internal,lua的recvbody函数中。
o(╥﹏╥)o,也看了注释网址内的说明,好像按规范是得这么搞。但是我拿curl和其他工具测都是立即返回的。有没有大佬懂http这块的可以解惑下,这个是属于BUG呢还是说需要自己改点什么或者设置下什么?
注释内的网址:https://stackoverflow.com/questions/15991173/is-the-content-length-header-required-for-a-http-1-0-response
Beta Was this translation helpful? Give feedback.
All reactions