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

Added support to enable/disable received header parsing errors #91

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

nitishkansal
Copy link
Contributor

There is logging of error when received header parsing returns more than 1 match and its most of the time not correct regex and end up in error. Added a flag in functions to suppress that logging. By default it will be true and will keep working as it is but it will give an option to users if they want to turn it off as it happened in our case, we dont want to parse it but its creating unnecessary noise in our error logging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants