Conversation
ylavic
force-pushed
the
proxy_http_tunnel_async
branch
2 times, most recently
from
July 1, 2020 18:08
870e84d to
850bf64
Compare
ylavic
force-pushed
the
proxy_http_tunnel_async
branch
from
July 1, 2020 20:47
850bf64 to
d2eaa3d
Compare
ylavic
force-pushed
the
proxy_http_tunnel_async
branch
from
July 1, 2020 22:41
d2eaa3d to
6f9a9c8
Compare
Since event_register_poll_callback_ex() allocates its data on pfds->pool, we need a subpool to be cleared at each proxy_wstunnel_callback() call.
When supported by the MPM (i.e. "event"), provide async callbacks and let them be scheduled by ap_mpm_register_poll_callback_timeout(), while the handler returns SUSPENDED.
ylavic
force-pushed
the
proxy_http_tunnel_async
branch
from
July 1, 2020 23:04
6f9a9c8 to
b554a06
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When supported by the MPM (i.e. "event"), provide async callbacks and let
them be scheduled by ap_mpm_register_poll_callback_timeout(), while the
handler returns SUSPENDED.