Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fix inaccurate HTTP response header field name #4976
Conversation
@galopin actually that is correct to an extent, it's correct in that we do provide Content-Type, but it's not right that we only provide it, we actually provide by default Content-Type _and_ Cache-Control, one dynamic, the other static: https://github.com/jekyll/jekyll/blob/master/lib/jekyll/commands/serve/servlet.rb#L40 Do you mind updating the pull request to reflect that? |
envygeeks
added bug enhancement pending-feedback
labels
Jun 2, 2016
@envygeeks thank you for the clarification |
jekyllbot
removed the
pending-feedback
label
Jun 3, 2016
@jekyllbot: merge +site |
jekyllbot
merged commit bf524d6
into
jekyll:master
Jun 3, 2016
1 check passed
jekyllbot
added the
documentation
label
Jun 3, 2016
jekyllbot
added a commit
that referenced
this pull request
Jun 3, 2016
jekyllbot |
b15423b
|
galopin
deleted the
galopin:patch-1 branch
Jun 3, 2016
parkr
added a commit
that referenced
this pull request
Jun 4, 2016
parkr |
8917fa8
|
galopin commentedJun 2, 2016
•
edited
Custom WEBrick headers default settings documentation is incorrect.
“We only provide one default and that’s a Content-Type header that disables caching in development […]”
should read:
“We only provide one default and that’s a Cache-Control header that disables caching in development […]”