diff options
Diffstat (limited to 'protocols/Steam/src/api/poll.h')
-rw-r--r-- | protocols/Steam/src/api/poll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/api/poll.h b/protocols/Steam/src/api/poll.h index fec71c98e4..a196f35f1c 100644 --- a/protocols/Steam/src/api/poll.h +++ b/protocols/Steam/src/api/poll.h @@ -21,7 +21,7 @@ public: SetData(data, data.GetLength()); AddHeader("Connection", "keep-alive"); - AddHeader("Content-Type", "application/x-www-form-urlencoded"); + AddHeader("Content-Type", "application/x-www-form-urlencoded; charset=utf-8"); } }; |