-
Notifications
You must be signed in to change notification settings - Fork 259
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
Remove the Date header as httpuv does this automatically now #380
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should also bump the httpuv version requirement to 1.4.5.9002. Also, I think the tests from #319 need to be removed.
Also, an entry in NEWS?
Codecov Report
@@ Coverage Diff @@
## master #380 +/- ##
==========================================
- Coverage 87.9% 87.77% -0.14%
==========================================
Files 27 27
Lines 1207 1194 -13
==========================================
- Hits 1061 1048 -13
Misses 146 146
Continue to review full report at Codecov.
|
* master: use rtools within appveyor (#381)
* master: Remove the Date header as httpuv does this automatically now (#380)
Fixes #378
Fixes #319
The
Date
header is being published by httpuv automatically. No need to do this manually.rstudio/httpuv@8bdeea2