You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/19 16:15:26 UTC

[GitHub] [apisix] tzssangglass commented on issue #7733: feat: support dns parse in stream subsystem

tzssangglass commented on issue #7733:
URL: https://github.com/apache/apisix/issues/7733#issuecomment-1220856267

    In my test, I hacked `supported_semaphore_wait_phases` like:
   
   ```
     local supported_semaphore_wait_phases = {
       rewrite = true,
       access = true,
       content = true,
       timer = true,
       ssl_cert = true,
       ssl_session_fetch = true,
       preread = true,
     }
   ```
   
   and it works well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org