From 8396860697cf194184d4915fd7be0af73731fdf9 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 31 Dec 2007 14:17:41 +0000 Subject: * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service): call do_XXX which corespond with request method. (WEBrick::HTTPProxyServer#do_CONNECT,do_GET,do_POST,do_HEAD): added. * test/webrick/test_httpproxy.rb: add test for WEBrick::HTTPProxyServer. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 33b796e2c..2eaa1a260 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Dec 31 23:17:22 2007 GOTOU Yuuzou + + * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service): + call do_XXX which corespond with request method. + (WEBrick::HTTPProxyServer#do_CONNECT,do_GET,do_POST,do_HEAD): added. + + * test/webrick/test_httpproxy.rb: add test for WEBrick::HTTPProxyServer. + Mon Dec 31 22:53:29 2007 Yukihiro Matsumoto * thread_pthread.c (native_sleep): timespec tv_sec may overflow on -- cgit