metasploit-framework/lib/rex/proto/http
HD Moore aa98667a77 Two performance fixes for HTTP Servers. The first reduces latency from 0.25s to near-zero for back-to-back connections by using the Queue class as a notify system. The second switches the slow socket.get for the much faster socket.read
git-svn-id: file:///home/svn/framework3/trunk@12615 4d416f70-5f16-0410-b530-b9f4589650da
2011-05-14 18:34:06 +00:00
..
handler reduce verbosity for printed exceptions when processing on_request 2010-08-17 22:57:52 +00:00
client.rb Fixes for chunked http reply processing, additional cisco configuration support, and a scanner module for unprotected cisco device managers. 2010-12-11 07:37:09 +00:00
client.rb.ut.rb fix this unit test 2010-08-18 22:36:13 +00:00
handler.rb Code cleanups 2008-10-19 21:03:39 +00:00
header.rb Proactively wrap each() in other Hash based classes to avoid situations that trigger modification during enumeration 2011-04-30 04:59:27 +00:00
header.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
packet.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
packet.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
request.rb Replace += with << for Strings in a bunch of places. 2009-03-08 07:55:47 +00:00
request.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00
response.rb Store the http request in the http response object when Rex::HTTP::Client.send_recv() is used. Let Anemone store the request as well, passing it into the Page object for further analysis. 2010-11-13 05:25:39 +00:00
response.rb.ut.rb Test case update 2009-06-26 03:01:11 +00:00
server.rb Two performance fixes for HTTP Servers. The first reduces latency from 0.25s to near-zero for back-to-back connections by using the Queue class as a notify system. The second switches the slow socket.get for the much faster socket.read 2011-05-14 18:34:06 +00:00
server.rb.ut.rb Code cleanups 2008-10-19 21:03:39 +00:00