-
Notifications
You must be signed in to change notification settings - Fork 215
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
Change SPIFF web server to serve static linked files #212
Conversation
Delete newrelic_agent.log
Just to check: does this PR create to a non-SPIFF webserver implementation that is already functionally equivalent to the one that is currently in the codebase? |
Correct. The web server is the same impl. The spiff initialization and deinit are removed, and the spiff space is reallocated to the main flash. This is the released feature more than the skeleton site itself. The web server no longer tries to resolve web requests through filesystem queries, replacing that with 2 explicit end points, one for the html, one for the JavaScript. There will be a third EP added for favicon eventually, once we SVG a logo. |
Description
Contributing requirements
main
as the target branch.