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

matdbg: refactor EDIT command #7255

Merged
merged 1 commit into from
Oct 12, 2023
Merged

matdbg: refactor EDIT command #7255

merged 1 commit into from
Oct 12, 2023

Conversation

poweifeng
Copy link
Contributor

The websocket code for parsing the EDIT command is pretty verbose. Proposing that we move to a HTTP POST request instead.

Also moved the API handler code out of DebugServer.h for clarity.

@poweifeng poweifeng added the internal Issue/PR does not affect clients label Oct 10, 2023
Copy link
Collaborator

@pixelflinger pixelflinger left a comment

Choose a reason for hiding this comment

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

looks good... but I'm not super qualified to review this :-)

The websocket code for parsing the EDIT command is pretty verbose.
Proposing that we move to a HTTP POST request instead.

Also moved the API handler code out of DebugServer.h for clarity.
@poweifeng poweifeng merged commit 078a174 into main Oct 12, 2023
11 checks passed
@poweifeng poweifeng deleted the pf/refactor-matdbg branch October 12, 2023 17:40
plepers pushed a commit to plepers/filament that referenced this pull request Dec 9, 2023
The websocket code for parsing the EDIT command is pretty verbose.
Proposing that we move to a HTTP POST request instead.

Also moved the API handler code out of DebugServer.h for clarity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants