jgaalen commented on issue #6330:
URL: https://github.com/apache/jmeter/issues/6330#issuecomment-2296511599

   I've done some more testing on this. It doesn't turn into a non-HTTP error 
against every server so I have no idea why that happens with one server I'm 
using, but the problem remains. Once the server tries to disconnect the 
connection (after its keep-alive timeout), the connection remains in CLOSE_WAIT 
state on both the webserver and jmeter client. This is bad for resource usage 
(socket tracking) because browsers immediately clean up the socket so it's not 
there anymore on both the client and the server.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to