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

Handle lighttpd returing a content length for directories #47

Merged
merged 1 commit into from Apr 21, 2015
Merged

Handle lighttpd returing a content length for directories #47

merged 1 commit into from Apr 21, 2015

Conversation

adrianreber
Copy link
Member

lighttpd returns a Content-Length for directories.
apache and nginx do not.
For the basic check in check_for_base_dir() it is only
relevant if the directory exists or not. Therefore
passing None as filedata[]. This needs to be handled.

lighttpd returns a Content-Length for directories.
apache and nginx do not.
For the basic check in check_for_base_dir() it is only
relevant if the directory exists or not. Therefore
passing None as filedata[]. This needs to be handled.
@pypingou
Copy link
Member

wfm 👍

adrianreber added a commit that referenced this pull request Apr 21, 2015
Handle lighttpd returing a content length for directories
@adrianreber adrianreber merged commit bd6bfd0 into fedora-infra:master Apr 21, 2015
@adrianreber adrianreber deleted the check_base branch April 27, 2015 12:22
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

Successfully merging this pull request may close these issues.

None yet

2 participants