This repository was archived by the owner on Nov 23, 2021. It is now read-only.
This repository was archived by the owner on Nov 23, 2021. It is now read-only.
Deep recursion in completion callback #28
Open
Description
In theory with current implementation of HTTPStreamingParser
it is possible to run out of the stack. This problem can occur if a long chain of callback receiving methods (i.e. writeBody
) is called. To solve this completion callback should never be called before method returns.
Because of this problem it looks like two different APIs for sync/async should exist. Right now I see no solution to perform sync operations via async API.
Metadata
Metadata
Assignees
Labels
No labels