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

Fixed requests to /index being redirected wrong #24

Merged
merged 1 commit into from
Jun 11, 2018
Merged

Fixed requests to /index being redirected wrong #24

merged 1 commit into from
Jun 11, 2018

Conversation

leo
Copy link
Contributor

@leo leo commented Jun 11, 2018

Previously, an empty Location header was passed. This is now fixed!

This closes vercel/serve#402.

@leo leo added the enhancement New feature or request label Jun 11, 2018
@leo leo requested a review from timothyis June 11, 2018 16:23
@rauchg rauchg self-requested a review June 11, 2018 16:24
@leo leo merged commit 8169d0f into master Jun 11, 2018
@leo leo deleted the fix-index branch June 11, 2018 16:25
@codecov
Copy link

codecov bot commented Jun 11, 2018

Codecov Report

Merging #24 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #24   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines         280    281    +1     
=====================================
+ Hits          280    281    +1
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8e648e5...e452dcb. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"/index" path redirected to empty string
3 participants