[Http-webtest-commits] HTTP-WebTest-Recorder/bin rec-proxy,1.5,1.6
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2003-03-04 12:50:32
|
Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin In directory sc8-pr-cvs1:/tmp/cvs-serv15112 Modified Files: rec-proxy Log Message: Get rid of old create_recorder() Index: rec-proxy =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin/rec-proxy,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** rec-proxy 4 Mar 2003 12:45:28 -0000 1.5 --- rec-proxy 4 Mar 2003 12:50:28 -0000 1.6 *************** *** 155,162 **** } } - - sub create_recorder { - my $recorder = HTTP::WebTest::Recorder->new(ui_path => $OPTIONS{path}); - $recorder->filter({ header => { Content_Type => 'text/html' } }); - return $recorder; - } --- 155,156 ---- |