mirror of
https://github.com/django/daphne.git
synced 2025-07-26 23:19:46 +03:00
test2
This commit is contained in:
parent
15ee205386
commit
bf5e786bf1
|
@ -33,6 +33,7 @@ def http_body():
|
||||||
"""
|
"""
|
||||||
Returns random binary body data. Super.
|
Returns random binary body data. Super.
|
||||||
"""
|
"""
|
||||||
|
alphabet = string.ascii_letters + string.digits + "-._~"
|
||||||
return strategies.binary(min_size=0, max_size=1500)
|
return strategies.binary(min_size=0, max_size=1500)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user