[Http-webtest-commits] HTTP-WebTest-Recorder/bin rec-proxy,1.6,1.7
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-03-04 23:44:49
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin In directory sc8-pr-cvs1:/tmp/cvs-serv23100/bin Modified Files: rec-proxy Log Message: Cosmetic fixes Index: rec-proxy =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin/rec-proxy,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** rec-proxy 4 Mar 2003 12:50:28 -0000 1.6 --- rec-proxy 4 Mar 2003 23:44:42 -0000 1.7 *************** *** 149,153 **** if(defined $data) { ! $heap->{client}->set_output_filter(POE::Filter::Stream->new()); $heap->{client}->put($data); } else { --- 149,153 ---- if(defined $data) { ! $heap->{client}->set_output_filter(POE::Filter::Stream->new); $heap->{client}->put($data); } else { |