http / PUT fix 🐚
This commit is contained in:
parent
6a41b7389f
commit
a35cbdfb7c
@ -98,7 +98,7 @@ namespace ix
|
|||||||
ss << "User-Agent: ixwebsocket" << "\r\n";
|
ss << "User-Agent: ixwebsocket" << "\r\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verb == kPost)
|
if (verb == kPost || verb == kPut)
|
||||||
{
|
{
|
||||||
ss << "Content-Length: " << body.size() << "\r\n";
|
ss << "Content-Length: " << body.size() << "\r\n";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user