DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6727>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6727 Clicking Stop in proxy doesn't Summary: Clicking Stop in proxy doesn't Product: JMeter Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When using the HTTP PRoxy Server, clikc the Stop button does not. Looking at the code makes the reason obvious; the server accept() call blocks the thread so that until another connection is made, the stop button has no effect. The server accept should probably be in its own thread so that the stop button can interupt it. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
