1) It looks like in beta2 BufferedReader was reading ahead, and then not used when copying the body?
2) Are there any thoughts as to making the proxy "pluggable" in some way? I just started playing with JMeter and noticed that Loadsim (another project that uses the JMeter engine) uses Muffin as a proxy. Though proxy in beta3 is working on my test site; however, it does do some possibly undesireable things - like send a strange USER-AGENT. -----Original Message----- From: Viorres Nikos [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 6:09 AM To: '[EMAIL PROTECTED]' Subject: proxy bug Hi, i am having problems with jmeters proxy. The pages i get back are distorted because all of the header and a small part of the body gets chopped off. Since i am also doing some dev work with that proxy i have traced the problem in the third step of the proxy.java implementation, in the stage where the reply's header is read. The proxy tries to read the header first - send it to client, and then read the body HTML. However this does NOT WORK as it is supposed. Instead of reading just the header, it goes on and reads a small part of the body as well, so then when it tries to read the body it resumes from where it had stopped and finally sends the client a cut down version of the page. I can send you instractions on how to duplicate this and how to overcome it. I am trying to find out the bug since yesterday... BTW, I ve noticed in the users archive that this is supposed to be fixes in latest beta. However I would still like to find the bug Thanx Nikos -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
