HoneyryderChuck 44106325d5 bugfix: do not set new session callbacks on connections which already have them
a subtle bug surfaced when trying multiple individual requests on the
same persistent session, where the connection was being removed from the
watchable connections after each request, but kept in the pool; on the
next request, it would set the same session callbacks; this would go on
and on until connections would get exhausted, after which all of these
callbacks would have to be called.

fixed by having a new callbacks interface, #only, which discards
existing callbacks by type, thereby ensuring there's only one of the
kind.
2021-05-21 18:26:54 +01:00
..
2020-10-30 16:19:18 +00:00
2020-10-27 17:00:44 +00:00
2020-12-09 14:27:27 +00:00
2020-10-27 17:00:44 +00:00
2021-01-01 16:56:36 +00:00
2020-12-07 16:30:39 +00:00
2020-11-24 16:38:46 +00:00
2021-04-08 17:34:19 +01:00
2020-12-08 16:47:39 +00:00
2020-10-27 17:00:44 +00:00
2021-01-09 17:28:02 +00:00
2020-12-09 14:27:27 +00:00
2020-12-07 16:30:39 +00:00
2021-01-13 12:27:13 +00:00