Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nheko Reborn
mtxclient
Commits
2d6e3f79
Commit
2d6e3f79
authored
Jan 20, 2021
by
Nicolas Werner
Browse files
Bump version to 0.4.0
parent
8daabb70
Pipeline
#425
passed with stages
in 2 minutes and 13 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
appveyor.yml
View file @
2d6e3f79
---
version
:
0.
3.1
-{build}
version
:
0.
4.0
-{build}
configuration
:
Release
image
:
Visual Studio
2017
...
...
include/mtxclient/http/session.hpp
View file @
2d6e3f79
...
...
@@ -93,7 +93,7 @@ setup_headers(mtx::http::Session *session,
const
std
::
string
&
content_type
=
""
,
const
std
::
string
&
endpoint_namespace
=
"/_matrix"
)
{
session
->
request
.
set
(
boost
::
beast
::
http
::
field
::
user_agent
,
"mtxclient v0.
3.1
"
);
session
->
request
.
set
(
boost
::
beast
::
http
::
field
::
user_agent
,
"mtxclient v0.
4.0
"
);
session
->
request
.
set
(
boost
::
beast
::
http
::
field
::
accept_encoding
,
"gzip,deflate"
);
session
->
request
.
set
(
boost
::
beast
::
http
::
field
::
host
,
session
->
host
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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