Replies: 1 comment
-
This issue is stale because it has been open for 365 days with no activity. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any reason, why Poco::Net::HTTPResponseStream deletes HTTPClientSession in destructor?
I am used to own HttpClientSession by shared pointer to safely delete it but this class causes double free in such cases and I need to work with raw pointers.
Beta Was this translation helpful? Give feedback.
All reactions