a bit more cleanup

unstable
Marcus J. Carey 2012-02-02 16:19:21 -06:00
parent 45b58bea06
commit 1a278c55b5
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ EOS
send_response(cli, content, {'Content-Type'=> content_type})
request_timestamp(cli,request)
# JavaScript HTTP Image GET Request is used for sending the keystrokes over network.
# JavaScript XML HTTP GET Request is used for sending the keystrokes over network.
elsif request.uri =~ /#{@random_text}/
content_type = "text/plain"
send_response(cli, @random_text, {'Content-Type'=> content_type})