Commit 31ca0b8
fix(aap): fixing asyncio error for asgi (#14700)
## Description
Customer experienced error on stream endpoint on Daphne/Django
application
## Testing
This fix was tested on the repro application provided by the customer
## Additional Notes
Importing asyncio globally may create bad interaction with gevent
APPSEC-59237
(cherry picked from commit ebd1e38)1 parent f38225b commit 31ca0b8
File tree
2 files changed
+7
-1
lines changed- ddtrace/appsec
- releasenotes/notes
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments