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

Updated http.c #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Updated http.c #1

wants to merge 1 commit into from

Conversation

pmjagtap
Copy link

A miss written line hs->left = file->len; in function http_init_file() corrected to hs->left = file->index;

A miss written line hs->left = file->len; in function http_init_file() corrected to hs->left = file->index;
@dreamcat4
Copy link
Owner

Hi there,
Thanks for fixing this however unfortunately I'm not the official upstream mirror. I just put this rep up on github because the developers don't use git.

I think you need to try the official lwip website and contact the development team there:

http://savannah.nongnu.org/projects/lwip/

Maybe if you register for a savannah account you can login and find their email address.
Many thanks.

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.

2 participants