Commit 3c83a0b3 authored by Denis Bilenko's avatar Denis Bilenko

core: make http._requests attribute public (to simplify debugging, not because...

core: make http._requests attribute public (to simplify debugging, not because it made it into public interface)
parent 9df29ec5
......@@ -509,7 +509,7 @@ cdef class http:
cdef evhttp* __obj
cdef public object handle
cdef public object default_response_headers
cdef dict _requests
cdef public dict _requests
def __init__(self, object handle, object default_response_headers=None):
self.handle = handle
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment