From ee4286fad542c0295b2a3c4ae8b9d2d1d10e81ea Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Tue, 30 Mar 2021 13:43:25 -0400 Subject: [PATCH] [#1732] Fix sphinx doc build error src/lib/http/http_messages.mes Changed "current_transid_" to "current_transid". Apparently the trailing underscore made it a RST target name. --- src/lib/http/http_messages.mes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/http/http_messages.mes b/src/lib/http/http_messages.mes index c779276230..d90cf03c4e 100644 --- a/src/lib/http/http_messages.mes +++ b/src/lib/http/http_messages.mes @@ -133,7 +133,7 @@ produced the data. This debug message is issued when the persistent HTTP connection is being closed as a result of being idle. -% HTTP_PREMATURE_CONNECTION_TIMEOUT_OCCURRED premature connection timeout occurred: in transaction ? %1, transid: %2, current_transid_: %3 +% HTTP_PREMATURE_CONNECTION_TIMEOUT_OCCURRED premature connection timeout occurred: in transaction ? %1, transid: %2, current_transid: %3 This warning message is issued when unexpected timeout occurred during the transaction. This is proven to occur when the system clock is moved manually or as a result of synchronization with a time server. Any ongoing transactions