- Notifications
You must be signed in to change notification settings - Fork425
Issue #161#163
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Issue #161#163
Uh oh!
There was an error while loading.Please reload this page.
Conversation
deanberris commentedOct 30, 2012
I think I'll be a little more comfortable merging this if there was also a test making sure that this did what it's supposed to do. Glyn, please feel free to merge and add the test later if you think this is a reasonable implementation. |
glynos commentedOct 30, 2012
Yes, please add a test case that should fail before the code fix and that succeeds after. You can put this test inside uri_test.cpp. |
maxim-ky commentedDec 7, 2012
I added the test case and the fix with addition of typedef's in network::http::request_header/response_header because header concept requirements. Async http server can't be build without this fix. |
Backport fix for#163 into 0.11.0
…-163-patchBackport fix forcpp-netlib#163 into 0.11.0
No description provided.