RubyFlow The Ruby and Rails community linklog

PSA: A reminder about WEBrick's :DoNotReverseLookup config option

Unless you remember to put :DoNotReverseLookup => true into your WEBrick config, reverse DNS lookup will happen for every incoming connection, potentially causing serious latency. My story: WEBrick and Socket.do_not_reverse_lookup: A Tale in Two Acts Technical details: Fix regression bug in WEBrick’s :DoNotReverseLookup config option implementation

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in