miyagawa / Starman

Starman is a high-performance preforking Perl PSGI web server
http://search.cpan.org/dist/Starman
Other
287 stars 84 forks source link

Allow --net_server- to prefix any options you want to go straight to Net... #111

Closed holophrastic closed 9 years ago

holophrastic commented 9 years ago

...::Server. References GH Issue #109.

miyagawa commented 9 years ago

Nice!

One thing I was considering was that this mangling should be done on the Plack::Handler::Starman layer, and that Starman::Server should accept net_server_args hash or something, so that scripting Starman::Server directly will avoid lossy conversion on the string level. Does that make sense?

holophrastic commented 9 years ago

Like this, then?

holophrastic commented 9 years ago

Thanks so much!