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

Set correct Content-Type and Content-Length #2

Merged
merged 1 commit into from
Dec 11, 2011

Conversation

tkawachi
Copy link
Contributor

res.contentType() was interpreted 'text/javascripts' as
'application/octet-stream' by mime package. Use 'js' instead.

Content-Length should care abount multi-type chars. It is handled
automatically by request.js in express. It can be omitted.

res.contentType() was interpreted 'text/javascripts' as
'application/octet-stream' by mime package. Use 'js' instead.

Content-Length should care abount multi-type chars. It is handled
automatically by request.js in express. It can be omitted.
Qard added a commit that referenced this pull request Dec 11, 2011
Set correct Content-Type and Content-Length
@Qard Qard merged commit 3ad0484 into Qard:master Dec 11, 2011
@Qard
Copy link
Owner

Qard commented Dec 11, 2011

Pull request merged, npm module updated.

@tkawachi
Copy link
Contributor Author

Thank you for quick response :)

@Qard
Copy link
Owner

Qard commented Dec 11, 2011

That's how open source should be. :)

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.

2 participants