Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rack_server example problem #11

Closed
timhatch opened this issue Jul 18, 2021 · 3 comments
Closed

rack_server example problem #11

timhatch opened this issue Jul 18, 2021 · 3 comments

Comments

@timhatch
Copy link
Contributor

timhatch commented Jul 18, 2021

I had to switch away from testing Tipi for a while, but started to look at the rack_server examples in more detail this weekend.

The basic example using hello.ru as the config file works without issue (Invoked via bundle exec ruby ./rack_server ./hello.ru)

The Cuba example, again running rack_server.rb but with cuba.ru as the config file runs, but routing doesn't seem work. I didn't check the hanami_api.ru example, as I'd already tried some quick tests to see if other simple rack apps (sinatra, roda) had the same issue, which they did.

Could you take a quick look? Not at all sure what the cause is.

@noteflakes
Copy link
Contributor

Thanks for reporting this. Please note that the most of the Rack adapter code (i.e. dealing with the Rack env) has been moved to https://github.com/digital-fabric/qeweney. See also #4.

@timhatch
Copy link
Contributor Author

No problem. I'll hopefully be able to test it out in the next few days. The performance of the tipi server looks awesome!

@noteflakes
Copy link
Contributor

The performance of the tipi server looks awesome!

I've started work on a custom HTTP/1 parser (and eventually also one for HTTP/2) for Tipi that will improve performance even more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants