Skip to content

Commit

Permalink
Revert resolv-replace usage, not necessary anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Oct 31, 2013
1 parent a78ae56 commit 02626a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
HEAD
-----------
- Sidekiq::Web add tests for escaping job args and error messages. [#1299, lian]

- Revert usage of `resolv-replace`. MRI's native DNS lookup releases the GIL.
- Escaping dynamic data like job args and error messages in Sidekiq Web UI. [#1299, lian]

2.16.0
-----------
Expand Down
1 change: 0 additions & 1 deletion lib/sidekiq/cli.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$stdout.sync = true

require 'resolv-replace'
require 'yaml'
require 'singleton'
require 'optparse'
Expand Down

0 comments on commit 02626a5

Please sign in to comment.