Skip to content

Commit

Permalink
Broke mechanize test servlets out into individual files.
Browse files Browse the repository at this point in the history
Added WEBrick server to run testing servlets for validation across HTTP clients.

Hid Net::HTTP monkey patch for 1.8 from rdoc
  • Loading branch information
drbrain committed May 2, 2012
1 parent 862fefb commit a08ffb9
Show file tree
Hide file tree
Showing 30 changed files with 599 additions and 447 deletions.
5 changes: 3 additions & 2 deletions lib/mechanize/monkey_patch.rb
@@ -1,6 +1,7 @@
# :stopdoc:
module Net # :nodoc:
end

class Net::HTTP
class Net::HTTP # :nodoc:
alias old_keep_alive? keep_alive?

def keep_alive?(req, res)
Expand Down

0 comments on commit a08ffb9

Please sign in to comment.