Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define http_listener if CPPREST_FORCE_HTTP_LISTENER_ASIO is defined (part 2) #612

Merged
merged 4 commits into from
Jan 24, 2018

Conversation

garethsb
Copy link
Contributor

Follow-up to PR #608, which it turns out was too simple; sorry, @ras0219-msft.

Getting http_listener itself defined wasn't enough. This PR, along with PR #611, completes things. The main commit is 823f3b7, which makes sure http_listener_impl and http_server_api are defined. The other three small commits resolve some compiler warnings (and errors on VS 2013, already discussed in PR #609) and enable an additional test case appropriate when asio is in use. I haven't merged PR #611 into this, since it stands alone, but in my environment that's necessary also.

…me length exceeded, name was truncated" generated too late for disable to be effective inside push/pop
…ires the compiler to capture 'this' but the current default capture mode does not allow it"; the issue and workaround is the same as for GCC 4.7 in commit:5244af7c.

(cherry picked from commit d0ce63e)
@msftclas
Copy link

msftclas commented Nov 27, 2017

CLA assistant check
All CLA requirements met.

@ras0219-msft
Copy link
Contributor

This looks great to me; I'll be happy to merge once the CLA is handled!

@garethsb
Copy link
Contributor Author

garethsb commented Dec 7, 2017

Thank you, @ras0219-msft, and thanks for your patience. I'm told the CLA approval is on its way ...slowly!

@ras0219-msft ras0219-msft merged commit 377677d into microsoft:master Jan 24, 2018
@ras0219-msft
Copy link
Contributor

Thanks!

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.

3 participants