mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 05:44:38 +02:00
committed by
Klemens Morgenstern
parent
b30e4fbbda
commit
b0c49748a2
@@ -137,7 +137,7 @@ receive_expect_100_continue(
|
||||
return;
|
||||
|
||||
// Check for the Expect field value
|
||||
if(parser.get()[field::expect] == "100-continue")
|
||||
if(beast::iequals(parser.get()[field::expect], "100-continue"))
|
||||
{
|
||||
// send 100 response
|
||||
response<empty_body> res;
|
||||
|
Reference in New Issue
Block a user