You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bug Fixes
ASM: fix a body read problem on some corner case where passing empty content length makes wsgi.input.read() blocks.
Fix an issue that could have caused some tracing integrations to leave the interpreter in an inconsistent state, resulting in the profiler incurring a segmentation fault.
ASM: This fix resolves an issue where user events spans could be sampled erroneously.
IAST: This fix resolves an issue where JSON encoder would throw an exception while encoding a tainted dict or list.