Open DXist opened 12 years ago
RemoteProfilingMiddleware doesn't initialize reqnum attribute:
AttributeError: 'RemoteProfilingMiddleware' object has no attribute 'reqnum'
I ran into this as well.
Appending self.reqnum = 0 to the init method in perftools\middleware\remoteprof.py fixed the problem for me.
RemoteProfilingMiddleware doesn't initialize reqnum attribute:
AttributeError: 'RemoteProfilingMiddleware' object has no attribute 'reqnum'