X Tutup
Skip to content

Memory management fix and request body feature#30

Merged
dennycd merged 8 commits intod5:masterfrom
sebjameswml:master
Nov 25, 2013
Merged

Memory management fix and request body feature#30
dennycd merged 8 commits intod5:masterfrom
sebjameswml:master

Conversation

@sebjameswml
Copy link
Copy Markdown
Contributor

A fix and a feature here.

The fix is for issue#28 - the memory management of client_context::socket_ - have used std::shared_ptr to remove the need for the delete in the close lamba, which was causing a crash, without causing a memory leak.

The feature is just to gain access to the body of an HTTP request, so that POSTs can be handled.

Loading
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

X Tutup