Skip to content

Conversation

@arenevier
Copy link
Contributor

IXWebSocket needs exceptions support because of the use of stoi. In order to build when cpp exceptions are disabled, we can use strtol.

IXWebSocket needs exceptions support because of the use of stoi. In
order to build when cpp exceptions are disabled, we can use strtol.
std::string body;
if (headers.find("Content-Length") != headers.end())
{
int contentLength = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this nested scope (open/close curly braces ?)

@bsergean
Copy link
Contributor

Can you rebase master ? I just disabled the windows gcc thing.

@bsergean bsergean merged commit 872f516 into machinezone:master Oct 14, 2023
@bsergean
Copy link
Contributor

I think it's fine as is, thanks for the contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants