Comment 8 for bug 540193

Revision history for this message
Al Snow (jasnow) wrote :

Checked code and found this (based on suggested
fixes in http://www.ruby-forum.com/topic/206225)

grep -n set_error ./rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb

96: res.set_error(ex)
99: res.set_error(ex)
104: res.set_error(ex, true)

grep -n string /home/dell/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/htmlutils.rb

18: str = string ? string.dup : ""