unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [RFC] remove old inetd+git examples and exec_cgi
@ 2015-01-22  5:12 Eric Wong
  2015-02-04 20:04 ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Wong @ 2015-01-22  5:12 UTC (permalink / raw)
  To: unicorn-public

I'm tempted to remove these for 5.x, but maybe somebody depends on the
lib/unicorn/app/* portions somewhere... Does anybody care?

Subject: [PATCH] remove old inetd+git examples and exec_cgi

While it was technically interesting and fun to tunnel arbitrary
protocols over a semi-compliant Rack interface, nobody actually does
it (and anybody who does can look in our git history).  This was
from back in 2009 when this was one of the few servers that could
handle chunked uploads, nowadays everyone does it! (or do they? :)

A newer version of exec_cgi.rb still lives on in the repository of
yet another horribly-named server, but there's no point in bloating
the installation footprint of somewhat popular server such as unicorn.
---
 examples/git.ru             |  13 ----
 lib/unicorn/app/exec_cgi.rb | 154 --------------------------------------------
 lib/unicorn/app/inetd.rb    | 109 -------------------------------
 3 files changed, 276 deletions(-)
 delete mode 100644 examples/git.ru
 delete mode 100644 lib/unicorn/app/exec_cgi.rb
 delete mode 100644 lib/unicorn/app/inetd.rb
-- 
EW

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-04 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-22  5:12 [RFC] remove old inetd+git examples and exec_cgi Eric Wong
2015-02-04 20:04 ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).