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

static: surround ETag with quotes #194

Merged
merged 1 commit into from Apr 28, 2020
Merged

static: surround ETag with quotes #194

merged 1 commit into from Apr 28, 2020

Conversation

humaidq
Copy link
Contributor

@humaidq humaidq commented Apr 27, 2020

Surrounds ETag with quote so it can be properly validated, as described by #193.

@unknwon
Copy link
Contributor

unknwon commented Apr 28, 2020

Thanks for the PR! Could you also fix the failing tests? https://github.com/go-macaron/macaron/pull/194/checks?check_run_id=623021818#step:4:932

@unknwon unknwon linked an issue Apr 28, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

Merging #194 into master will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #194   +/-   ##
=======================================
  Coverage   91.77%   91.77%           
=======================================
  Files          11       11           
  Lines        1556     1556           
=======================================
  Hits         1428     1428           
  Misses         96       96           
  Partials       32       32           
Impacted Files Coverage Δ
static.go 89.91% <100.00%> (ø)

@humaidq
Copy link
Contributor Author

humaidq commented Apr 28, 2020 via email

@unknwon
Copy link
Contributor

unknwon commented Apr 28, 2020

Thanks!

@unknwon unknwon changed the title static: surround ETag with quotes. Resolves #193 static: surround ETag with quotes Apr 28, 2020
@unknwon unknwon merged commit 002c0ce into go-macaron:master Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Invalid Etag format prevents its validation and correct usage.
2 participants