Http directory listing runtime errors. #2279
-
I am using packed_fs.c from the embedded filesystem example along with the following relevant bit of code.
mongoose_custom.h
I am not sure what I am doing wrong, but the directory listing doesn't seem to be working as it should for me. I get this error when navigating to the root directory ('http://0.0.0.0:8000') via the browser.
I think the issue with the name being mangled originates from mongoose.c:890:packed_list. As for why, I am not sure. I will try stepping through to see what the core of the issue is. Other than this, the web content serves fine when navigated to directly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Please put your web files in a directory and refer to that directory as the example does |
Beta Was this translation helpful? Give feedback.
Please put your web files in a directory and refer to that directory as the example does