Forgotten slot

Crashes the server at __init__() time
This commit is contained in:
Eric Nieuwland 2019-12-28 15:21:27 +01:00 committed by GitHub
parent 075affec23
commit a9c669f17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,7 @@ class HttpProtocol(asyncio.Protocol):
"_header_fragment", "_header_fragment",
"state", "state",
"_debug", "_debug",
"_body_chunks",
) )
def __init__( def __init__(