diff options
-rw-r--r-- | lib/xmlrpc/httpserver.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ private io << http_resp(response.status, response.status_message, response.header, response.body) - rescue Exception => e io << http_resp(500, "Internal Server Error") end |