在 TCPSocket 对象上重复使用“gets”方法,我收到以下输出
POST /targetPage.html HTTP/1.1
Host: 127.0.0.1:7125
...
...
...
Keep-Alive: 115
DNT: 1
Connection: keep-alive
Referer: http://127.0.0.1:7125/
Content-Type: application/x-www-form-urlencoded
Content-Length: 45
如果我再次使用 .gets 一切都会挂起,我将如何获得长度为 45 的“内容”?我可以从我的 TCPSocket 对象中获取它还是必须使用其他东西?