2021-12-13 Fred Gleason <fredg@paravelsystems.com>

* Added support for HTTP connection reuse to the
	'rivewebpyapi.rivwebpyapi' class.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-12-13 16:50:21 -05:00
parent d276d58aac
commit 5b379da45f
2 changed files with 44 additions and 40 deletions

View File

@@ -22787,3 +22787,6 @@
* Added a 'LogLock()' type class to the 'rivwebpyapi' API.
* Modified the 'rivwebpyapi.LockLog()' call to return
a 'rivwebpyapi.LogLock' object.
2021-12-13 Fred Gleason <fredg@paravelsystems.com>
* Added support for HTTP connection reuse to the
'rivewebpyapi.rivwebpyapi' class.