First of all, sorry for the mixed up message (spelling and grammae wise) but I was really in a hurry and my english are not the best either :)
->1) It looks like in beta2 BufferedReader was reading ahead, and then not used when copying the body? That seems to be the problem...i am going to do a few more tests-debugging tomorrow to verify this and maybe find an explanation-its weird... ->2) Are there any thoughts as to making the proxy "pluggable" in some way? I am working on that if you like me to send you any details please contact me. Yes, the proxy does some undesirablr things, however I think it ll be ok, it just needs some polishing -----Original Message----- From: Kevin Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 6:59 PM To: 'JMeter Developers List' Subject: RE: proxy bug 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
