diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-31 14:17:41 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-31 14:17:41 +0000 |
| commit | 8396860697cf194184d4915fd7be0af73731fdf9 (patch) | |
| tree | 0874dde56a2015dff66e6d125e74410259cd5bf5 /ChangeLog | |
| parent | 7d09b9d1449dddc36a8c8830ce20c8a6e2e71585 (diff) | |
| download | ruby-8396860697cf194184d4915fd7be0af73731fdf9.tar.gz ruby-8396860697cf194184d4915fd7be0af73731fdf9.tar.xz ruby-8396860697cf194184d4915fd7be0af73731fdf9.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Mon Dec 31 23:17:22 2007 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * 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 <matz@ruby-lang.org> * thread_pthread.c (native_sleep): timespec tv_sec may overflow on |
