Delete unused comment

This commit is contained in:
halx99 2021-07-07 04:08:07 +08:00 committed by GitHub
parent 5161d4135f
commit 54a97c5820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ void HttpClient::handleNetworkEvent(yasio::io_event* event) {
obs.write_bytes("Connection: Close\r\n");
if (usePostData) {
// obs.write_bytes("Origin: yasio\r\n");
if (!contentTypeSpecified)
obs.write_bytes("Content-Type: application/x-www-form-urlencoded;charset=UTF-8\r\n");