ruby/lib/webrick/httpauth
normal ab7e34e4db webrick/httpauth/htgroup.rb (flush): avoid unnecessary unlink
Based on patch by akr [ruby-core:88477], use Tempfile.create
to avoid unnecessary unlink call.  Unlike akr's original patch,
this does not change the return value of flush.

Thanks-to: Tanaka Akira <akr@fsij.org>

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-08-14 23:00:02 +00:00
..
authenticator.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
basicauth.rb webrick: Support bcrypt password hashing 2018-07-26 03:21:52 +00:00
digestauth.rb webrick/httpauth/digestauth: stream req.body 2018-03-28 08:06:49 +00:00
htdigest.rb webrick: httpauth requires regular files 2017-12-22 01:07:39 +00:00
htgroup.rb webrick/httpauth/htgroup.rb (flush): avoid unnecessary unlink 2018-08-14 23:00:02 +00:00
htpasswd.rb webrick: Support bcrypt password hashing 2018-07-26 03:21:52 +00:00
userdb.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00