Fix a bone-headed error when adding http evasion, this fixes #31

git-svn-id: file:///home/svn/framework3/trunk@4459 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-02-22 07:33:00 +00:00
parent 819e24edd6
commit 2db1945637
1 changed files with 2 additions and 1 deletions

View File

@ -238,6 +238,7 @@ class Client
# Read a response from the server
#
def read_response(t = -1)
resp = Response.new
resp.max_data = config['read_max_data']
@ -435,7 +436,7 @@ class Client
ret = Rex::Text.to_rand_base(ret)
end
ret += "\r\n"
ret
end
#