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

[Cache] Handling requests without Host #332

Closed
vladtcvs opened this issue Oct 28, 2015 · 2 comments
Closed

[Cache] Handling requests without Host #332

vladtcvs opened this issue Oct 28, 2015 · 2 comments

Comments

@vladtcvs
Copy link
Contributor

need to send 2 requests, one with "/", next with "http://localhost/"

# telnet 127.0.0.1 80
GET / HTTP/1.1<enter>
<enter>
.....
GET http://localhost/ HTTP/1.1<enter>
<enter>

kernel faults
log with DEBUG=3 attached
consolelog.txt

@vladtcvs vladtcvs added the bug label Oct 28, 2015
@krizhanovsky krizhanovsky added this to the 0.5.0 Web Server milestone Oct 28, 2015
@vladtcvs
Copy link
Contributor Author

vladtcvs commented Nov 2, 2015

Update: it's a problem with cache. It disappears with cache off;

@krizhanovsky krizhanovsky assigned krizhanovsky and unassigned vladtcvs Nov 2, 2015
@krizhanovsky krizhanovsky changed the title Handling requests without Host [Cache] Handling requests without Host Nov 2, 2015
@krizhanovsky krizhanovsky assigned vladtcvs and unassigned krizhanovsky Nov 5, 2015
@krizhanovsky
Copy link
Contributor

This is the old version of cache, before e983990, which has many issues. Moreover, the problem raises at ss_send() where we also have issues on sharded cache (see #337 and #343).

So the issues is partially outdated and partially duplicate.

@vladtcvs vladtcvs removed their assignment May 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants