net-http icon indicating copy to clipboard operation
net-http copied to clipboard

preventing hang when TCPSocket readable, but no app-data is available

Open dotconfig404 opened this issue 2 months ago • 1 comments

eof? is a blocking read that times out when no application data is available - it should not be used as a readiness probe

dotconfig404 avatar Oct 20 '25 13:10 dotconfig404

fixes https://github.com/ruby/net-http/issues/233

dotconfig404 avatar Oct 20 '25 13:10 dotconfig404