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

reset p.values to echo.maxParam #1429

Merged
merged 2 commits into from
Oct 24, 2019
Merged

Conversation

theflyingcodr
Copy link
Contributor

This fixes #1428

This issue appears to have been related to sharing of param values between contexts in the pool. I added this fix to my local code base around 10 months ago and the issues experienced in the above issue have not been seen again in production.

The only time they appear again is if the change is accidentally reverted out, at which point we get 404s again.

@codecov
Copy link

codecov bot commented Oct 23, 2019

Codecov Report

Merging #1429 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1429      +/-   ##
=========================================
+ Coverage   84.09%   84.1%   +0.01%     
=========================================
  Files          27      27              
  Lines        2068    2070       +2     
=========================================
+ Hits         1739    1741       +2     
  Misses        214     214              
  Partials      115     115
Impacted Files Coverage Δ
context.go 90.87% <100%> (+0.07%) ⬆️

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 d286e28...bb8cd45. Read the comment docs.

How about just reset the values?
@vishr vishr merged commit ee6618e into labstack:master Oct 24, 2019
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.

Context not reset after requests
2 participants