Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Fix a parser issue with the module endpoint#137

Merged
dhollinger merged 1 commit intovoxpupuli:masterfrom
dhollinger:module_endpoint_fix
Jul 21, 2020
Merged

Fix a parser issue with the module endpoint#137
dhollinger merged 1 commit intovoxpupuli:masterfrom
dhollinger:module_endpoint_fix

Conversation

@dhollinger
Copy link
Copy Markdown
Member

There was an issue in the code where the Headers were not getting sent to the parser on the module endpoint causing the parser to error out as it was missing an argument. Since both the environment and module endpoints need this data, I moved the req_body and headers methods in to ApplicationController

@dhollinger dhollinger self-assigned this Jul 21, 2020
Copy link
Copy Markdown
Member

@bastelfreak bastelfreak left a comment

Choose a reason for hiding this comment

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

verified this locally. The patch fixes my error from #136

@dhollinger dhollinger merged commit fd2cb3a into voxpupuli:master Jul 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants