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

Look like libesphttpd not compile on NONOS-SDK #71

Open
valkuc opened this issue Jul 11, 2019 · 1 comment
Open

Look like libesphttpd not compile on NONOS-SDK #71

valkuc opened this issue Jul 11, 2019 · 1 comment

Comments

@valkuc
Copy link

valkuc commented Jul 11, 2019

Hi, it looks like library will not work on nonos-sdk because methods in httpd-nonos.c is not compatibe with their prototypes. For example, in httpd.c there is a method CallbackStatus ICACHE_FLASH_ATTR httpdDisconCb(HttpdInstance *pInstance, HttpdConnData *pConn) but in httpd-nonos.c it is invoked as httpdDisconCb(conn, (char*)conn->proto.tcp->remote_ip, conn->proto.tcp->remote_port);
Do you plan to support nonos-layer?

@chmorgan
Copy link
Owner

Hi @valkuc. We'll take any contributions that will cleanly improve doing so!

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

No branches or pull requests

2 participants