Skip to content

修复问题,增加对不同浏览器的支持#16

Merged
armink merged 3 commits into
RT-Thread-packages:masterfrom
WKJay:master
Aug 8, 2019
Merged

修复问题,增加对不同浏览器的支持#16
armink merged 3 commits into
RT-Thread-packages:masterfrom
WKJay:master

Conversation

@WKJay
Copy link
Copy Markdown
Contributor

@WKJay WKJay commented Aug 8, 2019

【修复】修复request中query item的名字部分相同却能够匹配的问题
【增加】增加CACHE功能对不同浏览器支持的时间格式的适配

Comment thread src/wn_module.c Outdated
rt_enter_critical();
struct tm* info;
info = localtime((time_t *)&file_stat.st_mtime);
char gmtime_str[32];
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

变量定义放在函数调用之前吧

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改,感谢提醒!

@armink armink merged commit fd57674 into RT-Thread-packages:master Aug 8, 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.

3 participants