Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny Ryan
ouinet
Commits
091e069e
Commit
091e069e
authored
Nov 10, 2020
by
Ivan Vilata-i-Balaguer
Browse files
Report protocol version over status API.
parent
93d666d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client_front_end.cpp
View file @
091e069e
...
...
@@ -371,6 +371,7 @@ void ClientFrontEnd::handle_status( ClientConfig& config
{
"max_cached_age"
,
config
.
max_cached_age
().
total_seconds
()},
{
"ouinet_version"
,
Version
::
VERSION_NAME
},
{
"ouinet_build_id"
,
Version
::
BUILD_ID
},
{
"ouinet_protocol"
,
http_
::
protocol_version_current
},
{
"logfile"
,
logger
.
get_log_file
()
!=
nullptr
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment