mirror of https://github.com/axmolengine/axmol.git
Delete unused comment
This commit is contained in:
parent
5161d4135f
commit
54a97c5820
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue