Roundup Tracker - Issues

Message7375

Author rouilj
Recipients rouilj, schlatterbeck
Date 2021-11-29.20:32:41
Message-id <1638217961.23.0.877640435837.issue2551172@roundup.psfhosted.org>
In-reply-to
I just pushed this to CI.

I assume we are calling post_init in the database backend which invokes hyperdb's
post_init by calling:

  super(Database, self).post_init()

in the backend post_init methods.

Did this show up with my HTTP 1.1 patches because under 1.1 only one
request was done per connection and each request opens a new db handle?
History
Date User Action Args
2021-11-29 20:32:41rouiljsetmessageid: <1638217961.23.0.877640435837.issue2551172@roundup.psfhosted.org>
2021-11-29 20:32:41rouiljsetrecipients: + rouilj, schlatterbeck
2021-11-29 20:32:41rouiljlinkissue2551172 messages
2021-11-29 20:32:41rouiljcreate