summaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc/server.rb
Commit message (Collapse)AuthorAgeFilesLines
* * lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends ↵mneumann2004-11-161-1/+1
| | | | | | "Content-typ: text/xml; ..." git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * fixed issue #998 ↵mneumann2004-11-161-5/+5
| | | | | | (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=998&group_id=426) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header):gotoyuzo2004-08-131-1/+1
| | | | | | | | | | | | | fix regex for range-spec. * lib/webrick/httpservlet/filehandler.rb (WEBrick::HTTPServlet::DefaultFileHandler#make_partial_content): multipart/byteranges response was broken. * lib/xmlrpc/server.rb: refine example code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* applied patch by OHARA Shigeki:mneumann2003-10-071-9/+3
| | | | | | | | * use Apache::Request#headers_in instead of obsolete #headers methods * XMLRPC::ModRubyServer::new is no longer a singleton method git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/xmlrpc: import.matz2003-07-191-0/+839
* eval.c (thgroup_add): should return group for terminated thread case. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e