jleung51-coursework / phaser

C++ servers utilizing the Microsoft Azure Storage Client Library.
MIT License
1 stars 0 forks source link

[Hotfix] handle_put() for UserServer fails any operation check #1

Open jleung51 opened 8 years ago

jleung51 commented 8 years ago

The error can be found here.

Because the || operator is used instead of the && operator, the server will respond with status_codes::BadRequest regardless of the operation name.