Skip to content

change param expire to int64 #178

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

Closed
wants to merge 1 commit into from
Closed

Conversation

gcliupeng
Copy link

when use the new shdict api in resty/core,the expire may not process correctly,it use type int to story expire but not uint64 as before。when the expire is large,for example 10000000,it goes wrong。I also change the function in the c file

@agentzh
Copy link
Member

agentzh commented Mar 16, 2018

@gcliupeng Travis CI is failing. Better point lua-nginx-module to your own branch for now? Thanks!

@agentzh
Copy link
Member

agentzh commented Mar 16, 2018

@gcliupeng Also, better add a test case to cover this fix? Thanks!

@thibaultcha
Copy link
Member

thibaultcha commented Mar 16, 2018

Hum, this is already addressed by #170 opened since January (which has a test case and a sister PR on lua-nginx-module as well)

If we want to switch long to uint64 I could update it there.

@thibaultcha
Copy link
Member

Addressed by #170 which has been merged for some time already. Thanks.

@thibaultcha thibaultcha closed this Dec 7, 2018
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.

3 participants